Skip to content

Commit 8cbbda1

Browse files
authored
Merge pull request #6 from REChain-Network-Solutions/dependabot/docker/golang-1.25-alpine
Bump golang from 1.19-alpine to 1.25-alpine
2 parents b1f84c6 + d768754 commit 8cbbda1

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,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)