Skip to content

Commit

Permalink
Update Go container to debian:12
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 committed Dec 21, 2024
1 parent 29e163e commit b353b6d
Showing 1 changed file with 1 addition and 1 deletion.
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 b353b6d

Please sign in to comment.