Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quay.io/quarkus/quarkus-micro-image:2.0 Docker digest to f4e5332 #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-micro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# docker run -i --rm -p 8080:8080 quarkus/github-stats
#
###
FROM quay.io/quarkus/quarkus-micro-image:2.0@sha256:91f6bdc1504a259d7ebd1b714d9732fc19327fd1e0ad4a03ff7eaa3d8e4b2f94
FROM quay.io/quarkus/quarkus-micro-image:2.0@sha256:f4e533219cfadfed003efe9b9a165e4bb48e81da2f6ec9a68aa5bdfa5ac86127
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Loading