Skip to content

Commit

Permalink
mica 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Mar 29, 2024
1 parent 797c1da commit e15dd2e
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
Expand Up @@ -4,7 +4,7 @@
# https://github.com/obiba/docker-mica
#

FROM obiba/docker-gosu:latest AS gosu
FROM tianon/gosu:latest AS gosu

# Pull base image
FROM docker.io/library/eclipse-temurin:8-jre AS server-released
Expand All @@ -18,7 +18,7 @@ ENV MICA_ANONYMOUS_PASSWORD password
ENV MICA_HOME /srv
ENV JAVA_OPTS -Xmx2G

ENV MICA_BRANCH 5.3.3
ENV MICA_BRANCH 5.4.0
ENV MICA_VERSION $MICA_BRANCH

RUN \
Expand Down

0 comments on commit e15dd2e

Please sign in to comment.