Skip to content

Commit

Permalink
Use golang 1.22.2 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 2, 2024
1 parent 71b94b8 commit f7d1248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
###############################################################################
# Stage 1 (to create a "build" image, ~850MB) #
###############################################################################
FROM golang:1.20.5 AS builder
# Image from https://hub.docker.com/_/golang
FROM golang:1.22.2 AS builder
# smoke test to verify if golang is available
RUN go version

Expand Down

0 comments on commit f7d1248

Please sign in to comment.