Skip to content

Commit ef10193

Browse files
[Docker-Go]: Bump the all-modules group across 2 directories with 1 update
Bumps the all-modules group with 1 update in the /services/cega-mock directory: golang. Bumps the all-modules group with 1 update in the /services/mq-interceptor directory: golang. Updates `golang` from 1.25-alpine to 1.26-alpine Updates `golang` from 1.25 to 1.26 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production dependency-group: all-modules - dependency-name: golang dependency-version: '1.26' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a03d4b commit ef10193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/cega-mock/Dockerfile

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

33
WORKDIR /app
44

services/mq-interceptor/Dockerfile

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

33
ENV CGO_ENABLED=0
44
ENV GOPROXY=direct

0 commit comments

Comments
 (0)