Skip to content

Commit 09cf5f7

Browse files
Bump golang from 1.19-alpine to 1.25-alpine
Bumps golang from 1.19-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f877332 commit 09cf5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build for DeCube
2-
FROM golang:1.19-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33

44
# Install build dependencies
55
RUN apk add --no-cache git make

Dockerfile.gcl

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

33
WORKDIR /app
44

0 commit comments

Comments
 (0)