Skip to content

Commit

Permalink
GH-19: bump versions
Browse files Browse the repository at this point in the history
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
  • Loading branch information
barthanssens committed Oct 25, 2022
1 parent 7b1da82 commit c954bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.belgif</groupId>
<artifactId>lod-vocab</artifactId>
<version>1.6.3</version>
<version>1.6.5</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<rdf4j.version>4.1.0</rdf4j.version>
<rdf4j.version>4.2.0</rdf4j.version>
<dw.version>2.1.1</dw.version>
</properties>
<name>Vocab Belgif</name>
Expand Down
4 changes: 2 additions & 2 deletions prod/Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 AS temp
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14-5 AS temp

USER root

Expand All @@ -12,7 +12,7 @@ RUN mkdir /home/belgif && cd /home/belgif && \
cd /home/belgif/vocab-belgif && \
mvn clean install -DskipTests

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14-5

LABEL org.opencontainers.image.authors="Bart Hanssens <bart.hanssens@bosa.fgov.be>" \
io.k8s.display-name="Vocab Belgif" \
Expand Down

0 comments on commit c954bb8

Please sign in to comment.