Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 42aada9 commit fd8c46e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.23
FROM registry.suse.com/bci/golang:1.24

ARG DAPPER_HOST_ARCH
ARG http_proxy
Expand Down
6 changes: 3 additions & 3 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.13.0
FROM registry.suse.com/bci/golang:1.23 AS builder
# syntax=docker/dockerfile:1.14.0
FROM registry.suse.com/bci/golang:1.24 AS builder

WORKDIR /app

Expand All @@ -12,7 +12,7 @@ RUN chmod +x /app/scripts/build
# Run the build script
RUN /app/scripts/build

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

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

0 comments on commit fd8c46e

Please sign in to comment.