Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update base images #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/archlinux:latest@sha256:0ad2f00a305657ced5001f8d41d3dfd6429a8069e4bb3eab890dc232537719ae
FROM docker.io/library/archlinux:latest@sha256:c6adc95d0eabb024edace76211d96a1c43846e475eee5ce7bbf71a444d332bf9

RUN pacman -Rdd --noconfirm dbus-broker-units \
&& pacman -Syu --noconfirm \
Expand Down
2 changes: 1 addition & 1 deletion suse.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image=opensuse-tumbleweed

FROM docker.io/opensuse/tumbleweed:latest@sha256:8e92d794d9df5a0218701e4b28a37f7c3836aafe4399f7b3015e8b75a098ff35 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:d4c317f3907cc0df88351b3909f2b4087e52e935b1f6d8cb82c7da1c433e090c AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:8cf656d677c02d31db333fcc2f97c7fcaa1ced47437f3b6e2582bd4ddce058ed AS opensuse-leap-15.6

FROM ${base_image}
Expand Down