Skip to content

Commit

Permalink
Merge pull request #59 from sjmayotte/fix/node_21_7_0
Browse files Browse the repository at this point in the history
fix(node): upgrade node from v21.6.2 to 21.7.0
  • Loading branch information
ismarslomic authored Mar 8, 2024
2 parents 1a43b05 + ddfebd1 commit 92f9313
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 92f9313

Please sign in to comment.