File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.suse.com/bci/golang:1.23
1
+ FROM registry.suse.com/bci/golang:1.24
2
2
3
3
ARG DAPPER_HOST_ARCH
4
4
ARG SRC_BRANCH=main
Original file line number Diff line number Diff line change 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
3
3
4
4
WORKDIR /app
5
5
@@ -12,7 +12,7 @@ RUN chmod +x /app/scripts/build
12
12
# Run the build script
13
13
RUN /app/scripts/build
14
14
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
16
16
17
17
ARG SRC_BRANCH=main
18
18
ARG SRC_TAG
@@ -45,7 +45,7 @@ RUN export REPO_OVERRIDE="" && \
45
45
bash /usr/src/dep-versions/scripts/build-nfs-ganesha.sh "${REPO_OVERRIDE}" "${COMMIT_ID_OVERRIDE}"
46
46
47
47
48
- FROM registry.suse.com/bci/bci-base:15.6 AS release
48
+ FROM registry.suse.com/bci/bci-base:15.7 AS release
49
49
50
50
ARG TARGETPLATFORM
51
51
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
You can’t perform that action at this time.
0 commit comments