Skip to content

Commit

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

Bump arillso/ansible from 2.10.3 to 2.12.0
  • Loading branch information
sbaerlocher authored Nov 28, 2021
2 parents 2886908 + 4598c7f commit f9e8efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## master

## 0.0.4

### Changed

- Bump arillso/ansible from 2.10.3 to 2.12.0
- Bump github.com/joho/godotenv from 1.3.0 to 1.4.0
- Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0

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

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

0 comments on commit f9e8efb

Please sign in to comment.