Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
Bump arillso/ansible from 2.9.6 to 2.9.7
  • Loading branch information
sbaerlocher authored May 2, 2020
2 parents 82afb10 + cc48c5e commit d2264bf
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.2

### Changed

Bump arillso/ansible from 2.9.6 to 2.9.7

## 0.0.1

### Added
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.9.6 as production
FROM arillso/ansible:2.9.7 as production

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

0 comments on commit d2264bf

Please sign in to comment.