Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/images/alpine/Dockerfile.golang124
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM golang:1.24.7-alpine@sha256:fc2cff6625f3c1c92e6c85938ac5bd09034ad0d4bc2dfb08278020b68540dbb5 AS base
FROM golang:1.24.10-alpine@sha256:12c199a889439928e36df7b4c5031c18bfdad0d33cdeae5dd35b2de369b5fbf5 AS base

ARG ALPINE_REPO
ARG NODEJS_DIST_URL
Expand Down
2 changes: 1 addition & 1 deletion ci/images/debian/Dockerfile.golang124
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM golang:1.24.7-bookworm@sha256:b8bae5bd9ba9b1f89b635c91c24cc75cea335a16fb5076310f38566fc674b1ec AS base
FROM golang:1.24.10-bookworm@sha256:1a974b530d7a37a35bfc16e7581ab963075a06432e51af29642a178695f2371a AS base

ARG DEBIAN_REPO
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
Expand Down