Skip to content

Commit

Permalink
fix for private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 21, 2024
1 parent 155d59c commit 5381e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
# (e.g., alpine:3.17.2) or SHA (e.g., alpine@sha256:c41ab5c992deb4fe7e5da09f67a8804a46bd0592bfdf0b1847dde0e0889d2bff).
FROM alpine:latest AS final

LABEL org.opencontainers.image.source=https://github.com/dreamsofcode-io/guestbook
LABEL org.opencontainers.image.source=https://github.com/dreamsofcode-io/zenstats
# Install any runtime dependencies that are needed to run your application.
# Leverage a cache mount to /var/cache/apk/ to speed up subsequent builds.
RUN --mount=type=cache,target=/var/cache/apk \
Expand Down

0 comments on commit 5381e46

Please sign in to comment.