Skip to content

Commit

Permalink
Do not assume default docker registry is docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
yscialom committed Apr 1, 2024
1 parent 83605d8 commit ae6fa27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configure/settings-editor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM docker.io/alpine:edge

RUN apk update \
&& apk add lighttpd \
Expand Down
2 changes: 1 addition & 1 deletion src/install/installer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM docker.io/python:3.9-alpine

ARG PUID
ARG PGID
Expand Down

0 comments on commit ae6fa27

Please sign in to comment.