Use fully qualified name here as well

This commit is contained in:
su-ex 2024-02-24 22:29:48 +01:00
parent 446b55792f
commit 9241a6d044
No known key found for this signature in database
GPG Key ID: D743C50C8B61984C

View File

@ -1,5 +1,5 @@
ARG NODE_VERSION
FROM node:${NODE_VERSION}-buster
FROM docker.io/node:${NODE_VERSION}-buster
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
curl \