Skip to content

Commit

Permalink
updating dockerfile base images
Browse files Browse the repository at this point in the history
  • Loading branch information
plockaby committed Nov 15, 2024
1 parent 91799b0 commit 4eb3737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM amazon/aws-cli:latest@sha256:1b8fd700adec6258cafff021a080adeafe1f0fc27360795fe6b36a078a3885c3 AS awscli
FROM debian:bookworm@sha256:aadf411dc9ed5199bc7dab48b3e6ce18f8bbee4f170127f5ff1b75cd8035eb36 AS base
FROM amazon/aws-cli:latest@sha256:0859290fb02a1594917dcf00d93e500f1433b120f5010adca4759e5803f30235 AS awscli
FROM debian:bookworm@sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6 AS base

# github metadata
LABEL org.opencontainers.image.source=https://github.com/plockaby/docker-debug
Expand Down

0 comments on commit 4eb3737

Please sign in to comment.