Skip to content

Commit

Permalink
fix: update Dockerfile to remove specific tzdata version for compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
rajnandan1 committed Feb 16, 2025
1 parent beceace commit d9c0bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk add --no-cache --update \
g++=14.2.0-r4 \
sqlite=3.48.0-r0 \
sqlite-dev=3.48.0-r0 \
tzdata=2024b-r1 \
tzdata \
iputils=20240905-r0

FROM builder-${VARIANT} AS builder
Expand Down Expand Up @@ -85,7 +85,7 @@ FROM node:${ALPINE_VERSION} AS final-alpine
RUN apk add --no-cache --update \
iputils=20240905-r0 \
sqlite=3.48.0-r0 \
tzdata=2024b-r1
tzdata

FROM final-${VARIANT} AS final

Expand Down

0 comments on commit d9c0bff

Please sign in to comment.