Skip to content

Commit

Permalink
Retain Docker node18 to prevent serendipity (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H authored Aug 10, 2023
2 parents c6ab280 + 0286cae commit 59a750b
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 59a750b

Please sign in to comment.