follow nodejs.org boilerplate
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 32s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 32s
This commit is contained in:
parent
75ef50c85c
commit
8b420904b4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM node:22.3-alpine3.19
|
FROM node:22-alpine
|
||||||
|
|
||||||
ENV DOCKERIZED=1
|
ENV DOCKERIZED=1
|
||||||
RUN mkdir /config && \
|
RUN mkdir /config && \
|
||||||
|
|
Loading…
Reference in a new issue