Skip to content

Commit bee5c49

Browse files
Bump golang from 1.18-alpine to 1.25-alpine (#25)
Bumps golang from 1.18-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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8598ac8 commit bee5c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as app-builder
1+
FROM golang:1.25-alpine as app-builder
22
WORKDIR /go/src/app
33

44
COPY src .

0 commit comments

Comments
 (0)