Skip to content

Commit ab21723

Browse files
Bump golang from 1.22-alpine3.19 to 1.23-alpine3.19 (#183)
Bumps golang from 1.22-alpine3.19 to 1.23-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25e3973 commit ab21723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.4
22
# Copyright 2021 Adevinta
33

4-
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.19 as builder
4+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.19 as builder
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)