Skip to content

Commit

Permalink
bump docker image to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 11, 2023
1 parent d935662 commit 3c80eea
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,4 +1,4 @@
FROM golang:1.19.2-alpine3.16 AS builder
FROM golang:1.20.8-alpine3.18 AS builder
COPY . /workspace
WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 3c80eea

Please sign in to comment.