Skip to content

Commit

Permalink
Merge pull request #570 from solita/renovate-fix/clojure-temurin-17-t…
Browse files Browse the repository at this point in the history
…ools-deps-alpine

Update clojure:temurin-17-tools-deps-alpine Docker digest to 281d3e6
  • Loading branch information
solita-juhohaa authored Nov 4, 2024
2 parents 6a2d6ba + c81ca2b commit e10999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etp-core/etp-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM --platform=amd64 clojure:temurin-17-tools-deps-alpine@sha256:b9cd40ebdbf0da1835b42835ca0b80b34857a7978b8f51fa8d87503870dc2bb9 as builder
FROM --platform=amd64 clojure:temurin-17-tools-deps-alpine@sha256:281d3e60b5145098170bedeff416cef6f175788c9eda61cbf409d4006875c2b6 as builder

# Preload dependencies for better caching
COPY deps.edn /usr/src/etp-backend/
Expand Down
2 changes: 1 addition & 1 deletion etp-core/etp-db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM --platform=amd64 clojure:temurin-17-tools-deps-alpine@sha256:b9cd40ebdbf0da1835b42835ca0b80b34857a7978b8f51fa8d87503870dc2bb9 as builder
FROM --platform=amd64 clojure:temurin-17-tools-deps-alpine@sha256:281d3e60b5145098170bedeff416cef6f175788c9eda61cbf409d4006875c2b6 as builder

# Preload dependencies using the prepare (-P) flag for better caching
COPY deps.edn /usr/src/etp-db/
Expand Down

0 comments on commit e10999e

Please sign in to comment.