Skip to content

Commit 728fb53

Browse files
chore(deps): pin dependencies (#844)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 087c9ca commit 728fb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
44
# 2. It builds a running environment. This is the environment that exists for the Go binary, and should have all necessary pieces to run the application.
55

6-
FROM golang:1.25.3-alpine AS app
6+
FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS app
77

88
RUN apk add --no-cache git
99

@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build \
1616
-ldflags '-s -w -extldflags "-static"' \
1717
.
1818

19-
FROM debian:13 AS output_image
19+
FROM debian:13@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d AS output_image
2020

2121
LABEL maintainer="Grafana team <[email protected]>"
2222
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/go.Dockerfile"

0 commit comments

Comments
 (0)