mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
add dependabot updates for GitHub Actions, Go modules, Dockerfiles
This commit is contained in:
committed by
Umputun
parent
0a9e489743
commit
6f6167642a
@@ -4,7 +4,6 @@ ARG GIT_BRANCH
|
||||
ARG GITHUB_SHA
|
||||
ARG CI
|
||||
|
||||
ENV GOFLAGS="-mod=vendor"
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
ADD . /build
|
||||
@@ -23,6 +22,8 @@ RUN \
|
||||
FROM ghcr.io/umputun/baseimage/app:v1.12.0 as base
|
||||
|
||||
FROM scratch
|
||||
# enables automatic changelog generation by tools like Dependabot
|
||||
LABEL org.opencontainers.image.source="https://github.com/umputun/reproxy"
|
||||
ENV REPROXY_IN_DOCKER=1
|
||||
|
||||
COPY --from=backend /build/reproxy /srv/reproxy
|
||||
|
||||
Reference in New Issue
Block a user