Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Aug 24, 2023
1 parent 49f5490 commit 5ebe12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT_COMMIT=unknown
FROM golang:1.20.6-alpine as builder
FROM golang:1.21.0-alpine as builder
ARG GIT_COMMIT
RUN apk add --no-cache git
WORKDIR /siderite
Expand Down

0 comments on commit 5ebe12a

Please sign in to comment.