Skip to content

Commit

Permalink
Update base images (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay authored Jan 10, 2025
1 parent 91b70ed commit f519c1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine321-test-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bedrock/alpine:3.21.0
FROM public.ecr.aws/docker/library/alpine:3.21.2

# Keep this as basic as possible, so we properly test against BusyBox
# Things like tar/zip are needed by unarchive
Expand Down
2 changes: 1 addition & 1 deletion fedora41-test-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:41
FROM public.ecr.aws/docker/library/fedora:41

RUN dnf -y upgrade && \
dnf -y --setopt=install_weak_deps=false install \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2204-test-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bedrock/ubuntu:jammy-20240808
FROM public.ecr.aws/docker/library/ubuntu:jammy-20240911.1

RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2404-test-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bedrock/ubuntu:noble-20241009
FROM public.ecr.aws/docker/library/ubuntu:noble-20241118.1

RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --no-install-recommends && \
Expand Down

0 comments on commit f519c1a

Please sign in to comment.