Skip to content

Commit

Permalink
bump docker base
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 24, 2023
1 parent 32d344f commit e3139b8
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
Expand Up @@ -19,7 +19,7 @@ FROM golang:1.21.3-alpine
#
################################################################################

FROM docker:18.09.8 as builder
FROM docker:24.0.6-git as builder
COPY --from=base /go /go
COPY --from=base /usr/local/go /usr/local/go
ENV GOPATH /go
Expand Down

0 comments on commit e3139b8

Please sign in to comment.