diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bcdb5..4347724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 7e028da..b528381 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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