You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:v0.36.0@sha256:deec32592848cde11ff64b4a5803b85546027dfb7b98921a0d0b89cd2226612f as buildtools
1
+
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:v0.36.0@sha256:deec32592848cde11ff64b4a5803b85546027dfb7b98921a0d0b89cd2226612f AS buildtools
2
2
WORKDIR /crocochrome
3
3
4
4
COPY . .
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
12
12
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /usr/local/bin/crocochrome ./cmd
13
13
14
14
# For setting caps, use the same image than the final layer is using to avoid pulling two distinct ones.
15
-
FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.139-r1-3.21.0@sha256:d3071cfe8721cee56fecf8e5d0bf77031d531bc1091b04b05bccf5f50a32365b as setcapper
15
+
FROM ghcr.io/grafana/chromium-swiftshader-alpine:131.0.6778.139-r1-3.21.0@sha256:d3071cfe8721cee56fecf8e5d0bf77031d531bc1091b04b05bccf5f50a32365b AS setcapper
0 commit comments