Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/docker/oraclelinux-9-…
Browse files Browse the repository at this point in the history
…slim'
  • Loading branch information
swissbuechi committed Jul 29, 2022
2 parents bd6503a + f288b93 commit 3a13d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-native
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mvn --version
RUN rm -rf src/main/resources/application.properties
RUN mvn -Pnative package -DskipTests=true

FROM oraclelinux:8-slim
FROM oraclelinux:9-slim
LABEL maintainer="github.com/swissbuechi"
ENV TZ=Europe/Zurich
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 3a13d5a

Please sign in to comment.