Skip to content

Commit

Permalink
Update bb & watchdog docker imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes authored Nov 7, 2023
1 parent a437218 commit caf6d80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions template/bb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/openfaas/of-watchdog:0.9.11 AS watchdog
FROM babashka/babashka:1.3.176 AS babashka
FROM clojure:tools-deps-1.11.1.1257
FROM ghcr.io/openfaas/of-watchdog:0.9.12 AS watchdog
FROM babashka/babashka:1.3.182 AS babashka
FROM clojure:tools-deps-1.11.1.1347

RUN set -e

Expand All @@ -10,10 +10,10 @@ COPY --from=babashka /usr/local/bin/bb /usr/local/bin/bb
ENV HOME /home/app

RUN addgroup --system app && adduser --system --ingroup app app && \
mkdir -p $HOME/.deps.clj/1.11.1.1257/ClojureTools && \
mkdir -p $HOME/.deps.clj/1.11.1.1347/ClojureTools && \
mv /root/.m2 $HOME && \
chown app:app -R $HOME/.m2 && \
mv /usr/local/lib/clojure/libexec/clojure-tools-1.11.1.1257.jar $HOME/.deps.clj/1.11.1.1257/ClojureTools
mv /usr/local/lib/clojure/libexec/clojure-tools-1.11.1.1347.jar $HOME/.deps.clj/1.11.1.1347/ClojureTools

USER app
WORKDIR $HOME
Expand Down

0 comments on commit caf6d80

Please sign in to comment.