Skip to content

Commit af72c5d

Browse files
Bump golang from 1.25-alpine to 1.26-alpine (#726)
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 1eee575 commit af72c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 - offen.software <hioffen@posteo.de>
22
# SPDX-License-Identifier: MPL-2.0
33

4-
FROM golang:1.25-alpine AS builder
4+
FROM golang:1.26-alpine AS builder
55

66
WORKDIR /app
77
COPY . .

0 commit comments

Comments
 (0)