Skip to content

Commit 8521dfa

Browse files
chore(deps): update golang docker tag to v1.23.4
1 parent e984241 commit 8521dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
33
COPY ./frontend ./
44
RUN yarn install && yarn build
55

6-
FROM golang:1.22.0-alpine
6+
FROM golang:1.23.4-alpine
77
LABEL maintainer="Stakater Team"
88

99
RUN apk update

0 commit comments

Comments
 (0)