Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs88a committed Oct 1, 2024
1 parent 8b940e6 commit 381f039
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 @@ -3,7 +3,7 @@
# renovate: datasource=docker depName=alpine
ARG BASE_VERSION=3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d

FROM alpine:${BASE_VERSION} AS base
FROM alpine:${BASE_VERSION:-latest} AS base

RUN apk add --no-cache tzdata

Expand Down

0 comments on commit 381f039

Please sign in to comment.