use full url for base image (found by seth troisi to save 5s from docker build time) (#124)

This commit is contained in:
Olcan 2025-04-22 14:41:25 -07:00 committed by GitHub
parent a792c4a159
commit 93458727e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-slim
FROM docker.io/library/node:20-slim
# install minimal set of packages, then clean up
RUN apt-get update && apt-get install -y --no-install-recommends \