Skip to content

Commit 3b127f4

Browse files
authored
Merge pull request #10 from secondlife/signal/drop-art
Use dockerhub
2 parents 177874c + 0b48451 commit 3b127f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############
22
# Gomplate
33
############
4-
FROM artifactory.secondlife.io/dockerhub/alpine:3 AS gomplate
4+
FROM alpine:3 AS gomplate
55
ARG TARGETPLATFORM=linux/amd64
66
ARG GOMPLATE_VERSION=3.10.0
77
ARG GOMPLATE_AMD64_SHA256=603539aac4e09f98a8ca5b6e5da0c21213221206dc7175a5644255c7a22b936d
@@ -18,7 +18,7 @@ RUN ARCH=${TARGETPLATFORM/linux\//} \
1818
############
1919
# Base
2020
############
21-
FROM artifactory.secondlife.io/dockerhub/alpine:3 AS base
21+
FROM alpine:3 AS base
2222
COPY --from=gomplate /tmp/gomplate /usr/local/bin/
2323
RUN apk add --no-cache \
2424
bash \

0 commit comments

Comments
 (0)