chore: update base image in Dockerfiles to use node:lts-slim
All checks were successful
docker-node image / build (arm64) (push) Successful in 19s
docker-node image / build (amd64) (push) Successful in 5m8s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / build (arm64) (push) Successful in 18s
node-python image / build (amd64) (push) Successful in 16m30s
node-python image / amend-manifest (push) Successful in 14s
All checks were successful
docker-node image / build (arm64) (push) Successful in 19s
docker-node image / build (amd64) (push) Successful in 5m8s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / build (arm64) (push) Successful in 18s
node-python image / build (amd64) (push) Successful in 16m30s
node-python image / amend-manifest (push) Successful in 14s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-slim
|
FROM node:lts-slim
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive \
|
ENV DEBIAN_FRONTEND=noninteractive \
|
||||||
DOCKER_HOST=unix:///var/run/docker.sock
|
DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-slim
|
FROM node:lts-slim
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user