Skip to content

Commit eae03dc

Browse files
2 parents fe328d5 + 9530608 commit eae03dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN templ generate
2424
RUN CGO_ENABLED=0 GOOS=linux go build -o eui64-calculator ./cmd/server/main.go
2525

2626
# Final stage
27-
FROM gcr.io/distroless/static-debian12@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
27+
FROM gcr.io/distroless/static-debian12@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
2828
WORKDIR /app
2929
COPY eui64-calculator .
3030
COPY static/ ./static/

0 commit comments

Comments
 (0)