Skip to content

Commit

Permalink
Release v1.37.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 1, 2020
1 parent c2113e9 commit ee3230a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ FROM openjdk:8-jdk-alpine
ENV BOOT_SLEEP=0 \
JAVA_OPTS="" \
REPO_URL="https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika" \
PARA_VERSION="1.36.1"
PARA_VERSION="1.37.0"

RUN addgroup -S para && adduser -S -G para para && \
mkdir -p /para/lib && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Expand Up @@ -8,7 +8,7 @@ RUN apk --update add git openssh maven && \

ENV BOOT_SLEEP=0 \
JAVA_OPTS="" \
PARA_VERSION="1.36.1"
PARA_VERSION="1.37.0"

RUN addgroup -S para && adduser -S -G para para && \
mkdir -p /para/lib && \
Expand Down

0 comments on commit ee3230a

Please sign in to comment.