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

This commit is contained in:
thuanle
2025-09-16 10:41:44 +07:00
parent ada6fa74f1
commit a3d7f500d1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-slim
FROM node:lts-slim
ENV DEBIAN_FRONTEND=noninteractive \
DOCKER_HOST=unix:///var/run/docker.sock

View File

@@ -1,4 +1,4 @@
FROM node:22-slim
FROM node:lts-slim
ENV DEBIAN_FRONTEND=noninteractive