Skip to content

Commit

Permalink
feat(infra): loosen package version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Jan 23, 2025
1 parent 5c0c8e7 commit 276bfc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ FROM eclipse-temurin:17-alpine
# - Curl and jq binaries for manual running of system integration scripts
# check for newer package versions: https://pkgs.alpinelinux.org/
RUN apk add --no-cache \
dumb-init~=1.2.5-r3 \
curl~=8.11.0-r2 \
jq~=1.7.1-r0
dumb-init~=1.2.5 \
curl~=8.11 \
jq~=1.7

# Create Non-root group and user to run service securely
RUN addgroup -g 1001 clojure && adduser -u 1001 -S clojure -G clojure
Expand Down

0 comments on commit 276bfc3

Please sign in to comment.