Skip to content

Commit 2c467ac

Browse files
Bump golang from 1.25-alpine to 1.26-alpine (#154)
Bumps golang from 1.25-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fad80d3 commit 2c467ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
22

33
ARG PROJECT_NAME=gitlab-ci-exporter
44
ARG TARGETOS

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
22

33
ARG PROJECT_NAME=gitlab-ci-exporter
44
ARG TARGETOS

0 commit comments

Comments
 (0)