Skip to content

Commit 2709de8

Browse files
committed
chore(image): update image base
1 parent 0caf9c9 commit 2709de8

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,15 +1,15 @@
11
# We start from my nginx fork which includes the proxy-connect module from tEngine
22
# Source is available at https://github.com/rpardini/nginx-proxy-connect-stable-alpine
33
# This is already multi-arch!
4-
ARG BASE_IMAGE="registry.gitlab.com/coreweave/nginx-proxy-connect-stable-alpine:v1.2.0"
4+
ARG BASE_IMAGE="registry.gitlab.com/coreweave/nginx-proxy-connect-stable-alpine:v1.4.0"
55
ARG DEBUG_IMAGE
66
# Could be "-debug"
77

88
ARG BASE_IMAGE_SUFFIX="${IMAGE_SUFFIX}"
99
FROM ${BASE_IMAGE}${BASE_IMAGE_SUFFIX}
1010

1111
# Link image to original repository on GitHub
12-
LABEL org.opencontainers.image.source https://github.com/rpardini/docker-registry-proxy
12+
LABEL org.opencontainers.image.source https://github.com/coreweave/docker-registry-proxy
1313

1414
# apk packages that will be present in the final image both debug and release
1515
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl

0 commit comments

Comments
 (0)