We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa271f commit c7bc1ebCopy full SHA for c7bc1eb
Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: CC0-1.0
4
5
-FROM docker.io/library/golang:1.22.5-alpine AS build
+FROM docker.io/library/golang:1.22.6-alpine AS build
6
WORKDIR /jelease
7
COPY go.mod go.sum ./
8
RUN go mod download
go.mod
@@ -4,7 +4,7 @@
module github.com/RiskIdent/jelease
-go 1.22.5
+go 1.22.6
9
require (
10
github.com/a-h/templ v0.2.747
0 commit comments