Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Aug 10, 2022
1 parent ce559d3 commit 7c5bf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clojure:openjdk-17-lein as build-env
FROM clojure:temurin-17-lein-focal as build-env

ADD . /app
WORKDIR /app
Expand All @@ -7,7 +7,7 @@ RUN lein uberjar

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

from openjdk:17
from eclipse-temurin:17-focal

RUN groupadd -r kvert && useradd -r -s /bin/false -g kvert kvert
RUN mkdir /app
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 kvert "0.2.0"
(defproject kvert "0.3.0"
:description "generate yaml files from edn"
:url "https://github.com/mcorbin/kvert"
:license {:name "EPL-2.0"
Expand Down

0 comments on commit 7c5bf00

Please sign in to comment.