Use specific registry in Dockerfile

Otherwise podman asks which one to use every time
This commit is contained in:
Benjamin Neff 2022-12-05 01:02:46 +01:00
parent 0c163b8c49
commit f3a6cd9a7f
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -1,4 +1,4 @@
FROM amd64/ruby:2.7-slim-bullseye
FROM docker.io/amd64/ruby:2.7-slim-bullseye
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \