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] authored Jul 16, 2024
1 parent 1c688c9 commit d4846a7
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:7b5aa07f86a6958bb072227e18e76ef37e59c65bff56a45aab695def2ddecd64
FROM docker.io/library/archlinux:latest@sha256:76b4733d4c59cdfcae4a5dced7a6611e8621a502f863631328b362c85ac405c9

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:90b5f5eff824e2b472c7781e501f1bae82ed825ecb02f1929f6b1f4d7e7e1e5b AS opensuse-tumbleweed
FROM docker.io/opensuse/tumbleweed:latest@sha256:1235c886ae505e4a468ff6d1a18df6f9fc5523957f001a25d801a760a12ce360 AS opensuse-tumbleweed
FROM docker.io/opensuse/leap:15.6@sha256:099c5cad5bce5758a3783320145e64c7f746d20e6c0a8b28a3f7a0b53b60ef92 AS opensuse-leap-15.6

FROM ${base_image}
Expand Down

0 comments on commit d4846a7

Please sign in to comment.