fix(docker): use fully qualified image names
Stops Podman from complaining and makes it more obvious that the images are pulled from Docker hub
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Use Alpine edge for now as some required dependencies are only in the testing repository
|
||||
FROM alpine:edge
|
||||
FROM docker.io/alpine:edge
|
||||
|
||||
# Switch to the root user while we do our changes
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user