Skip to content

Commit

Permalink
fix(build): upgrade node base image to 20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Apr 17, 2024
1 parent faf98f4 commit 9812006
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
@@ -1,5 +1,5 @@
# Use offical Node.js image. The image uses Apline Linux
FROM node:20.11.1-bookworm-slim
FROM node:20.12.2-bookworm-slim

# Build-time metadata as defined at https://github.com/opencontainers/image-spec/blob/master/annotations.md
ARG BUILD_DATE
Expand Down

0 comments on commit 9812006

Please sign in to comment.