Skip to content

Commit

Permalink
upgrade to golang 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Jun 28, 2024
1 parent e260cf2 commit 4538b6c
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 @@
# Build - first phase
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN mkdir /build
WORKDIR /build
COPY . .
Expand Down

0 comments on commit 4538b6c

Please sign in to comment.