Skip to content

Commit

Permalink
Release v1.38.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 28, 2020
1 parent e15ec0c commit 7af282a
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.37.1"
PARA_VERSION="1.38.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.37.1"
PARA_VERSION="1.38.0"

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

0 comments on commit 7af282a

Please sign in to comment.