Skip to content

Commit 0736b16

Browse files
dependabot[bot]dghubble
authored andcommitted
Bump golang from 1.22.0 to 1.22.1
Bumps golang from 1.22.0 to 1.22.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d8e86f commit 0736b16

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,4 +1,4 @@
1-
FROM docker.io/golang:1.22.0 AS builder
1+
FROM docker.io/golang:1.22.1 AS builder
22
COPY . src
33
RUN cd src && make build
44

0 commit comments

Comments
 (0)