Skip to content

Commit a617952

Browse files
committed
Dockerfile: Spec shared 1.21 tag for go image
1 parent 16e90a4 commit a617952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.1 AS builder
1+
FROM golang:1.21 AS builder
22
RUN mkdir /build
33
WORKDIR /build
44
RUN go install github.com/caddyserver/xcaddy/cmd/[email protected]

0 commit comments

Comments
 (0)