Skip to content

Commit

Permalink
Update golang Docker tag to v1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent 3523f00 commit a6e4e4d
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 @@ -2,7 +2,7 @@
# see: https://docs.docker.com/develop/develop-images/multistage-build/

# Step 1: create multi stage builder (about 800 MB)
FROM golang:1.22.4 AS builder
FROM golang:1.22.5 AS builder
LABEL stage=intermediate
RUN go version

Expand Down

0 comments on commit a6e4e4d

Please sign in to comment.