Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
Bump arillso/ansible from 2.9.7 to 2.9.9
  • Loading branch information
sbaerlocher authored Aug 1, 2020
2 parents d2264bf + 6fac106 commit 4f943cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## master

## 0.0.3

### Changed

- Bump arillso/ansible from 2.9.7 to 2.9.9

## 0.0.2

### Changed

Bump arillso/ansible from 2.9.6 to 2.9.7
- Bump arillso/ansible from 2.9.6 to 2.9.7

## 0.0.1

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

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

0 comments on commit 4f943cd

Please sign in to comment.