Skip to content

Commit c8b5ae6

Browse files
Alpine 3.21.0 (#22)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
1 parent f8d762a commit c8b5ae6

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
@@ -5,7 +5,7 @@ RUN go mod download
55
COPY main.go ./
66
RUN go build -o gron main.go
77

8-
FROM alpine:3.20.3
8+
FROM alpine:3.21.0
99
ENV TZ=UTC
1010
RUN apk add --no-cache tzdata bash && \
1111
ln -sf "/usr/share/zoneinfo/$TZ" /etc/localtime && \

0 commit comments

Comments
 (0)