Skip to content

Commit

Permalink
build(deps): bump golang from 6c27802 to af9b40f in /examples/sha…
Browse files Browse the repository at this point in the history
…red/golang (envoyproxy#35395)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Martin Duke <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinduke committed Aug 8, 2024
1 parent 0faf24e commit e92c06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shared/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | tee /etc/apt/apt.conf.d/keep-cache


FROM golang:1.22.5-bookworm@sha256:6c2780255bb7b881e904e303be0d7a079054160b2ce1efde446693c0850a39ad AS golang-base
FROM golang:1.22.5-bookworm@sha256:af9b40f2b1851be993763b85288f8434af87b5678af04355b1e33ff530b5765f AS golang-base


FROM golang-base AS golang-control-plane-builder
Expand Down

0 comments on commit e92c06e

Please sign in to comment.