Skip to content

Commit

Permalink
feat(Dockerfile): update base image to golang:1.22-bullseye
Browse files Browse the repository at this point in the history
Updating the base image to golang:1.22-bullseye ensures the application
is built using the latest stable version of Go.
  • Loading branch information
cybersiddhu committed Jun 6, 2024
1 parent 4b81fdf commit d202cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.6-bullseye
FROM golang:1.22-bullseye
ENV CGO_ENABLED=0 \
GOOS=linux \
GOARCH=amd64
Expand Down

0 comments on commit d202cb8

Please sign in to comment.