Skip to content

Commit

Permalink
chore(project): Bump Minor Version to 7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Oct 2, 2024
1 parent 87f58db commit 1e73e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18 as builder

ARG VERSION=7.22.0
ARG VERSION=7.23.0
ARG DISTRO=tomcat
ARG SNAPSHOT=true

Expand Down Expand Up @@ -36,7 +36,7 @@ COPY camunda-lib.sh /camunda/

FROM alpine:3.18

ARG VERSION=7.22.0
ARG VERSION=7.23.0

ENV CAMUNDA_VERSION=${VERSION}
ENV DB_DRIVER=
Expand Down

0 comments on commit 1e73e7a

Please sign in to comment.