mirror of
https://github.com/pushbits/server.git
synced 2025-05-01 11:17:11 +02:00
Specify where to pull library images from
This commit is contained in:
parent
9c22816495
commit
c8c220dc44
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:alpine as builder
|
FROM docker.io/library/golang:alpine as builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ RUN set -ex \
|
||||||
&& make build \
|
&& make build \
|
||||||
&& chmod +x /build/out/pushbits
|
&& chmod +x /build/out/pushbits
|
||||||
|
|
||||||
FROM alpine
|
FROM docker.io/library/alpine
|
||||||
|
|
||||||
ARG USER_ID=1000
|
ARG USER_ID=1000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue