We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fb215 commit 862854aCopy full SHA for 862854a
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.11-labs@sha256:51bca3eb9dfe8ad06ee1b137d3fa44f3cef79200d5b0010b580da63d128609e4
2
-FROM cgr.dev/chainguard/wolfi-base:latest@sha256:ef080119151e476ac0c19984223ebd65d7d120ba9119159e2cc79f9b4144e7e4 as base
+FROM cgr.dev/chainguard/wolfi-base:latest@sha256:ef6dd240997674c8a940dd9ab565dd3e8700b8f7a8e7b743ed16b925d81a70ef as base
3
ARG PROJECT_NAME=distillery
4
RUN apk add --no-cache ca-certificates
5
RUN addgroup -S ${PROJECT_NAME} && adduser -S ${PROJECT_NAME} -G ${PROJECT_NAME}
0 commit comments