Skip to content

Commit

Permalink
Merge pull request #45 from arillso/dependabot/docker/arillso/ansible…
Browse files Browse the repository at this point in the history
…-2.15.5

fix(deps): bump arillso/ansible from 2.15.4 to 2.15.5
  • Loading branch information
sbaerlocher authored Nov 2, 2023
2 parents 91318e0 + d037c2a commit 64c8b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## master

## 0.0.7

### Changed

- fix(deps): bump arillso/ansible from 2.15.4 to 2.15.5

## 0.0.6

### Changed
Expand Down
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.4 as production
FROM arillso/ansible:2.15.5 as production

# Copy binary from build to main folder
COPY --from=builder /build/main /usr/local/bin
Expand Down

0 comments on commit 64c8b3a

Please sign in to comment.