Skip to content

Commit

Permalink
Merge pull request zeldigas#114 from zeldigas/renovate/eclipse-temuri…
Browse files Browse the repository at this point in the history
…n-17.x

chore(deps): update eclipse-temurin docker tag to v17.0.9_9-jre
  • Loading branch information
zeldigas authored Oct 31, 2023
2 parents 3c7948c + 19be505 commit 76bcf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM eclipse-temurin:17.0.8_7-jre as build
FROM eclipse-temurin:17.0.9_9-jre as build

ARG VERSION=""

ADD target/text2confl${VERSION}-dist/text2confl /opt/app

RUN find /opt/app -exec touch -t 200001010101 {} \;

FROM eclipse-temurin:17.0.8_7-jre
FROM eclipse-temurin:17.0.9_9-jre

LABEL org.opencontainers.image.source="https://github.com/zeldigas/text2confl"

Expand Down

0 comments on commit 76bcf8e

Please sign in to comment.