Skip to content

Commit 8230d16

Browse files
committed
fix: upgrade tzdata dep
1 parent 7db8601 commit 8230d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM alpine:3.20.2
1010

1111
WORKDIR /
1212

13-
RUN apk update && apk add --no-cache ca-certificates=20250911-r0 tzdata=2025b-r0
13+
RUN apk update && apk add --no-cache ca-certificates=20250911-r0 tzdata=2025c-r0
1414

1515
COPY --from=build /bin/terminal /bin/terminal
1616
COPY --from=build /src/website/build ./website/build

0 commit comments

Comments
 (0)