add dependabot updates for GitHub Actions, Go modules, Dockerfiles

This commit is contained in:
Dmitry Verkhoturov
2024-05-09 02:03:17 +02:00
committed by Umputun
parent 0a9e489743
commit 6f6167642a
8 changed files with 57 additions and 683 deletions

View File

@@ -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