Skip to content

Commit

Permalink
chore(Dockerfile): update Go base image from 1.22.3 to 1.22.6 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 benefit from
security fixes and performance enhancements provided in version 1.22.6.
This ensures the application runs on a more stable and secure
foundation.
  • Loading branch information
cybersiddhu committed Oct 3, 2024
1 parent 302ea45 commit 741416f
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.3-bullseye AS builder
FROM golang:1.22.6-bullseye AS builder
LABEL maintainer="Siddhartha Basu <[email protected]>"
ENV CGO_ENABLED=0 \
GOOS=linux \
Expand Down

0 comments on commit 741416f

Please sign in to comment.