We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d762a commit c8b5ae6Copy full SHA for c8b5ae6
Dockerfile
@@ -5,7 +5,7 @@ RUN go mod download
5
COPY main.go ./
6
RUN go build -o gron main.go
7
8
-FROM alpine:3.20.3
+FROM alpine:3.21.0
9
ENV TZ=UTC
10
RUN apk add --no-cache tzdata bash && \
11
ln -sf "/usr/share/zoneinfo/$TZ" /etc/localtime && \
0 commit comments