From 550625f5ebc714a9c4f418322e3b82093bea4a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:52:14 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.21.0 to 3.21.2 Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bebbbbf..0bd9a16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ["go.mod", "go.sum", "/go/src/github.com/dokku/service-proxy/"] RUN ls -lah && go build -o /go/bin/tcp-proxy -FROM alpine:3.21.0 +FROM alpine:3.21.2 COPY --from=build /go/bin/tcp-proxy /usr/local/bin/tcp-proxy