Skip to content

Commit

Permalink
Upgrade Go to 1.20.12, Alpine to 3.19
Browse files Browse the repository at this point in the history
Closes #16, fixes CVE-2023-5363⁠, CVE-2023-5678
  • Loading branch information
Erisa committed Dec 24, 2023
1 parent d4c105b commit 745dd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build container
ARG GOVERSION=1.20.10
ARG ALPINEVERSION=3.18
ARG GOVERSION=1.20.12
ARG ALPINEVERSION=3.19

FROM --platform=${BUILDPLATFORM} \
golang:$GOVERSION-alpine${ALPINEVERSION} AS build
Expand Down

0 comments on commit 745dd92

Please sign in to comment.