Skip to content

Commit

Permalink
fix(deps): bump arillso/ansible from 2.15.5 to 2.16.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 4c93d26 commit d5629a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5629a7

Please sign in to comment.