Skip to content

Commit cfe0b5f

Browse files
feat(deps): bump golang from 1.19-alpine3.18 to 1.21-alpine3.18 (#83)
Bumps golang from 1.19-alpine3.18 to 1.21-alpine3.18. --- updated-dependencies: - dependency-name: golang 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 783ab92 commit cfe0b5f

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,6 +1,6 @@
11
# Copyright 2020 Adevinta
22

3-
FROM golang:1.19-alpine3.18 as builder
3+
FROM golang:1.21-alpine3.18 as builder
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)