Skip to content

Commit

Permalink
fix: upgrade tzdata
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Sep 10, 2024
1 parent bc43a1b commit a46206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM alpine:3.20.2

WORKDIR /bin

RUN apk update && apk add --no-cache ca-certificates=20240705-r0 tzdata=2024a-r1 wget=1.24.5-r0 openssh=9.7_p1-r4
RUN apk update && apk add --no-cache ca-certificates=20240705-r0 tzdata=2024b-r0 wget=1.24.5-r0 openssh=9.7_p1-r4

RUN wget -q https://github.com/sorenisanerd/gotty/releases/download/v1.5.0/gotty_v1.5.0_linux_amd64.tar.gz \
&& tar xvfz gotty_v1.5.0_linux_amd64.tar.gz
Expand Down

0 comments on commit a46206d

Please sign in to comment.