Skip to content

Commit

Permalink
Retain Docker node18 to prevent serendipity
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H committed Aug 10, 2023
1 parent d5ebc48 commit 0286cae
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,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:lts-bullseye-slim
FROM node:18-bullseye-slim
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
Expand Down

0 comments on commit 0286cae

Please sign in to comment.