Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jan 13, 2022
1 parent d04aedb commit bb446df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ RUN lein uberjar

# -----------------------------------------------------------------------------

FROM adoptopenjdk/openjdk17:alpine-jre
FROM eclipse-temurin:17

RUN addgroup -S commentator && \
adduser -s /bin/false -G commentator -S commentator
RUN groupadd -r commentator && useradd -r -s /bin/false -g commentator commentator

RUN mkdir /app
COPY --from=build-env --chown=commentator:commentator /app/target/uberjar/commentator-*-standalone.jar /app/commentator.jar
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject commentator "0.12.0"
(defproject commentator "0.13.0"
:description "A Free commenting system"
:url "https://github.com/mcorbin/commentator"
:license {:name "EPL-2.0"
Expand Down

0 comments on commit bb446df

Please sign in to comment.