Skip to content

Commit f8d762a

Browse files
Go 1.23.4 (#21)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
1 parent 3441aa0 commit f8d762a

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.23.3 AS builder
1+
FROM golang:1.23.4-alpine AS builder
22
WORKDIR /app
33
COPY go.mod go.sum ./
44
RUN go mod download

0 commit comments

Comments
 (0)