Skip to content

Commit

Permalink
Bump golang 1.23.0->1.23.1 and alpine 3.19.1->3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Sep 8, 2024
1 parent 8091081 commit 309e41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine AS builder
FROM golang:1.23.1-alpine AS builder
ENV \
SHA=5663ed0da911f1b2c0d13e92cc06ede3738639edb48499eb9e53d38e8e435d75 \
VER=2.6.2
Expand All @@ -17,7 +17,7 @@ RUN \
&& unset GOPATH \
&& go build -mod=vendor

FROM alpine:3.19.1
FROM alpine:3.20.3
LABEL \
maintainer=David\ Rabkin\ <[email protected]> \
org.opencontainers.image.description='Includes the Goredo utility.' \
Expand Down

0 comments on commit 309e41d

Please sign in to comment.