Skip to content

Commit 9ca276d

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update docker dependencies
1 parent 89b6e91 commit 9ca276d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/golang:1.24
1+
FROM registry.suse.com/bci/golang:1.25
22

33
ARG DAPPER_HOST_ARCH
44
ENV ARCH=$DAPPER_HOST_ARCH

package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1.7.0
1+
# syntax=docker/dockerfile:1.18.0
22

3-
FROM registry.suse.com/bci/bci-base:15.6
3+
FROM registry.suse.com/bci/bci-base:15.7
44

55
RUN zypper -n rm container-suseconnect && \
66
zypper -n in curl dhcp-tools jq

package/Dockerfile.agent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1.7.0
1+
# syntax=docker/dockerfile:1.18.0
22

3-
FROM registry.suse.com/bci/bci-base:15.6
3+
FROM registry.suse.com/bci/bci-base:15.7
44

55
RUN zypper -n rm container-suseconnect && \
66
zypper -n in curl dhcp-tools iproute2 jq

package/Dockerfile.webhook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1.7.0
1+
# syntax=docker/dockerfile:1.18.0
22

3-
FROM registry.suse.com/bci/bci-base:15.6
3+
FROM registry.suse.com/bci/bci-base:15.7
44

55
RUN zypper -n rm container-suseconnect && \
66
zypper -n in curl

0 commit comments

Comments
 (0)