Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65e0008

Browse files
authoredJan 12, 2024
chore(deps): update golang docker tag to v1.21.6
1 parent d4e6587 commit 65e0008

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.21.1-alpine
6+
FROM golang:1.21.6-alpine
77
LABEL maintainer="Stakater Team"
88

99
RUN apk update

0 commit comments

Comments
 (0)
Please sign in to comment.