Skip to content

Commit c7bc1eb

Browse files
Bump library/golang from 1.22.5-alpine to 1.22.6-alpine (#65)
* Bump library/golang from 1.22.5-alpine to 1.22.6-alpine Bumps library/golang from 1.22.5-alpine to 1.22.6-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update go.mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kalle (jag) <2477952+applejag@users.noreply.github.com>
1 parent 6aa271f commit c7bc1eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
FROM docker.io/library/golang:1.22.5-alpine AS build
5+
FROM docker.io/library/golang:1.22.6-alpine AS build
66
WORKDIR /jelease
77
COPY go.mod go.sum ./
88
RUN go mod download

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module github.com/RiskIdent/jelease
66

7-
go 1.22.5
7+
go 1.22.6
88

99
require (
1010
github.com/a-h/templ v0.2.747

0 commit comments

Comments
 (0)