Skip to content

Commit

Permalink
Updating debian image to latest stable slim; updating docker scan to …
Browse files Browse the repository at this point in the history
…daily

Signed-off-by: Melba Lopez <[email protected]>
  • Loading branch information
melba-lopez committed Jul 21, 2023
1 parent f40fc2f commit 8dfe46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
- package-ecosystem: docker
directory: /src/main/docker
schedule:
interval: weekly
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM eclipse-temurin:17.0.7_7-jre-focal@sha256:20534a45cc565ac436593164c7f986f9499aa981b5bb8d936a11fcc25e41c55a AS jre-build

FROM debian:bullseye-20230703-slim@sha256:3460d74bec6b88496cd183d7731930be55234c094f581f7dbdd96f56c1fc34d8
FROM debian:stable-slim@sha256:9071e1878844a004088f3c3f4db1dc54421dac00f15437424533c91c81108469

# Arguments that can be passed at build time
# Directory names must end with / to avoid errors when ADDing and COPYing
Expand Down

0 comments on commit 8dfe46c

Please sign in to comment.