Skip to content

Commit

Permalink
Bump Oxalis to version 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Aug 10, 2024
1 parent 73bfad0 commit 6e12e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN cd $MAVEN_HOME \
&& cp -r target/$(ls target | grep "\-dist$" | head -1) /dist


FROM norstella/oxalis:6.6.0
FROM norstella/oxalis:6.7.0

COPY --from=mvn /dist /oxalis/ext
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>network.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>6.6.0</version>
<version>6.7.0</version>
</parent>

<artifactId>oxalis-as4</artifactId>
Expand Down

0 comments on commit 6e12e4b

Please sign in to comment.