Skip to content

Commit

Permalink
Fix nodejs lts version to 22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Feb 25, 2025
1 parent f12d9f7 commit e0d22a3
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-bookworm-slim
FROM node:22.13-bookworm-slim
ENV TINI_VERSION v0.19.0

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build API Server image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
Expand Down

0 comments on commit e0d22a3

Please sign in to comment.