Skip to content

Commit

Permalink
Update Go container to debian:12 (#347)
Browse files Browse the repository at this point in the history
Missed this in
#236, flagged by
Snyk due to curl vulnerabilities
  • Loading branch information
julienp authored Dec 22, 2024
1 parent 29e163e commit 26fbbe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Update Go container to debian 12 (bookworm) slim as base image
([#347](https://github.com/pulumi/pulumi-docker-containers/pull/347))

- Update aws-iam-authenticator to version 0.6.29
([#345](https://github.com/pulumi/pulumi-docker-containers/pull/345))

Expand Down
2 changes: 1 addition & 1 deletion docker/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN case $(uname -m) in \
go version

# The runtime container
FROM debian:11-slim
FROM debian:12-slim
LABEL org.opencontainers.image.description="Pulumi CLI container for go"
WORKDIR /pulumi/projects

Expand Down

0 comments on commit 26fbbe3

Please sign in to comment.