Skip to content

Commit

Permalink
fix(node): upgrade node from v21.6.2 to 21.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Mar 8, 2024
1 parent 1a43b05 commit ddfebd1
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
@@ -1,5 +1,5 @@
# Use offical Node.js image. The image uses Apline Linux
FROM node:21.6.2-bookworm-slim
FROM node:21.7.0-alpine

# Build-time metadata as defined at https://github.com/opencontainers/image-spec/blob/master/annotations.md
ARG BUILD_DATE
Expand All @@ -10,7 +10,7 @@ ARG GIT_SHA
ENV NODE_ENV production

# Install timezone database to allow setting timezone through TZ environment variable
RUN apt install tzdata
RUN apk add --no-cache tzdata

LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.authors="Steven Mayotte" \
Expand Down

0 comments on commit ddfebd1

Please sign in to comment.