Skip to content

Commit

Permalink
dockerfile: update to go 1.20.10 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Oct 18, 2023
1 parent d1fd046 commit d30ab7b
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 @@
# Stage 1 (Build)
FROM golang:1.19-alpine AS builder
FROM golang:1.20.10-alpine AS builder

ARG VERSION
RUN apk add --update --no-cache git make
Expand Down

0 comments on commit d30ab7b

Please sign in to comment.