Skip to content

Commit

Permalink
build(baseimage): use 8.6 tagged base image (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Oct 26, 2022
1 parent 54ac194 commit 46a0201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
WORKDIR /work/
COPY target/*-runner /work/application
RUN chmod 775 /work
Expand Down

0 comments on commit 46a0201

Please sign in to comment.