Skip to content

Commit

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

fix(deps): bump arillso/ansible from 2.12.4 to 2.15.4
  • Loading branch information
sbaerlocher authored Oct 30, 2023
2 parents 89bfc5a + 689299d commit 91318e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Bump go from 1.14 to 1.18
- fix(deps): bump arillso/ansible from 2.12.4 to 2.15.4
- fix(deps): bump github.com/arillso/go.ansible from 0.0.1 to 0.0.2
- fix(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1
- fix(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.25.7
- Bump go from 1.14 to 1.18

## 0.0.5

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.12.4 as production
FROM arillso/ansible:2.15.4 as production

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

0 comments on commit 91318e0

Please sign in to comment.