We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe328d5 + 9530608 commit eae03dcCopy full SHA for eae03dc
Dockerfile
@@ -24,7 +24,7 @@ RUN templ generate
24
RUN CGO_ENABLED=0 GOOS=linux go build -o eui64-calculator ./cmd/server/main.go
25
26
# Final stage
27
-FROM gcr.io/distroless/static-debian12@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
+FROM gcr.io/distroless/static-debian12@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
28
WORKDIR /app
29
COPY eui64-calculator .
30
COPY static/ ./static/
0 commit comments