Skip to content

Commit

Permalink
chore: update golang:1.22.3-bookworm docker digest to c2bc4ef (#1458)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 27d5d3e commit 604dc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Builder image to build the app
ARG USER=heimdall

FROM --platform=$BUILDPLATFORM golang:1.22.3-bookworm@sha256:9646be266844f391b1e1b2653b886ad6bf742f9bc18b3f002158c9e9a84981a2 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.3-bookworm@sha256:c2bc4ef4064059a5dbd083e573dbd5d074858130fa3f1ed14807903b71ed99f1 as builder
ARG USER
ARG TARGETARCH
ARG VERSION="unknown"
Expand Down
2 changes: 1 addition & 1 deletion docker/debug.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-bookworm@sha256:9646be266844f391b1e1b2653b886ad6bf742f9bc18b3f002158c9e9a84981a2
FROM golang:1.22.3-bookworm@sha256:c2bc4ef4064059a5dbd083e573dbd5d074858130fa3f1ed14807903b71ed99f1
ENV CGO_ENABLED 1

RUN apt-get update && apt-get install -y --no-install-recommends inotify-tools=3.14-7 psmisc=23.2-1+deb10u1 \
Expand Down

0 comments on commit 604dc0d

Please sign in to comment.