From d5629a7b391e497c7d836a26b5017587bfd0de0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:06:28 +0000 Subject: [PATCH] fix(deps): bump arillso/ansible from 2.15.5 to 2.16.2 Bumps arillso/ansible from 2.15.5 to 2.16.2. --- updated-dependencies: - dependency-name: arillso/ansible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b528381..0293e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN go mod download # Build the application RUN go build -o main -FROM arillso/ansible:2.15.5 as production +FROM arillso/ansible:2.16.2 as production # Copy binary from build to main folder COPY --from=builder /build/main /usr/local/bin