diff --git a/Dockerfile b/Dockerfile index bd1689987..b6f372464 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . ${GOPATH}/src/github.com/mcuadros/ofelia/ RUN go build -o /go/bin/ofelia . -FROM alpine:3.21 +FROM alpine:3.22 # this label is required to identify container with ofelia running LABEL ofelia.service=true diff --git a/integration/test-run-exec/docker-compose.yml b/integration/test-run-exec/docker-compose.yml index a937240b0..8f82c5e65 100644 --- a/integration/test-run-exec/docker-compose.yml +++ b/integration/test-run-exec/docker-compose.yml @@ -1,7 +1,7 @@ # Run this with: docker compose up --exit-code-from sleep1 services: sleep1: - image: &alpine alpine:3.21.3 + image: &alpine alpine:3.22.0 command: sleep ${SLEEP_FOR:-15} environment: OUTPUT_FILE: ${EXEC_OUTPUT_FILE:-sleep.txt}