Skip to content

Commit 769da8c

Browse files
chore(deps): update docker dependencies
1 parent d064c88 commit 769da8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.23
1+
FROM registry.suse.com/bci/golang:1.24
22

33
ARG DAPPER_HOST_ARCH
44
ARG SRC_BRANCH=main

package/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1.13.0
2-
FROM registry.suse.com/bci/golang:1.23 AS app_builder
1+
# syntax=docker/dockerfile:1.14.0
2+
FROM registry.suse.com/bci/golang:1.24 AS app_builder
33

44
WORKDIR /app
55

@@ -12,7 +12,7 @@ RUN chmod +x /app/scripts/build
1212
# Run the build script
1313
RUN /app/scripts/build
1414

15-
FROM registry.suse.com/bci/bci-base:15.6 AS lib_builder
15+
FROM registry.suse.com/bci/bci-base:15.7 AS lib_builder
1616

1717
ARG SRC_BRANCH=main
1818
ARG SRC_TAG
@@ -45,7 +45,7 @@ RUN export REPO_OVERRIDE="" && \
4545
bash /usr/src/dep-versions/scripts/build-nfs-ganesha.sh "${REPO_OVERRIDE}" "${COMMIT_ID_OVERRIDE}"
4646

4747

48-
FROM registry.suse.com/bci/bci-base:15.6 AS release
48+
FROM registry.suse.com/bci/bci-base:15.7 AS release
4949

5050
ARG TARGETPLATFORM
5151
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \

0 commit comments

Comments
 (0)