diff --git a/Dockerfile b/Dockerfile index b528381..0293e2f 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.5 as production +FROM arillso/ansible:2.16.2 as production # Copy binary from build to main folder COPY --from=builder /build/main /usr/local/bin