Skip to content

Commit f8bc39e

Browse files
authored
Merge pull request #12 from copyleftdev/dependabot/docker/deployments/docker/golang-1.25-alpine
docker(deps): bump golang from 1.24-alpine to 1.25-alpine in /deployments/docker
2 parents 1400c73 + 5cd8ea5 commit f8bc39e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/docker/Dockerfile.server

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

44
# Install build dependencies
55
RUN apk add --no-cache git ca-certificates tzdata

deployments/docker/Dockerfile.worker

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

44
# Install build dependencies
55
RUN apk add --no-cache git ca-certificates tzdata

0 commit comments

Comments
 (0)