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