Skip to content

Commit

Permalink
chore(Dockerfile): update Go base image from 1.22.2 to 1.22.8 for sec…
Browse files Browse the repository at this point in the history
…urity and performance improvements

The Go base image is updated to the latest patch version to ensure that
the application benefits from the latest security fixes and performance
enhancements provided by the Go team.
  • Loading branch information
cybersiddhu committed Oct 25, 2024
1 parent f16cc33 commit 112332d
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.22.2-bullseye AS builder
FROM golang:1.22.8-bullseye AS builder
LABEL maintainer="Siddhartha Basu <[email protected]>"
ENV GOPROXY https://proxy.golang.org
ENV CGO_ENABLED=0 \
Expand Down

0 comments on commit 112332d

Please sign in to comment.