Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 5196089 commit 083b8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:85dc960fa1b01560091e6de62b09c4ad99c35cf818f6a7e2b2118a57f712bcb7
FROM docker.io/library/archlinux:latest@sha256:2fe50139e8eff5be59fffa698e09003df948e655a3fd4e841b15e858e4982ecf

RUN pacman -Syu --noconfirm \
dbus-daemon-units \
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:a0d91c81ba5ad7ad1a81699f0d35eff9c256443e228d5e47f4b5f9ebd8d0be32 AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:7be66b4d066afa0ad4f16a088ca44e3ea39d6a3dce5a14142c39480d6502bd3a AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:83ec8e32118653d5da40d7da73d6af38f8f1f93410ddd645c677b3e1f85ce1f8 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit 083b8fc

Please sign in to comment.