Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ${GOPATH}/src/github.com/mcuadros/ofelia/

RUN go build -o /go/bin/ofelia .

FROM alpine:3.23
FROM alpine:3.24

# this label is required to identify container with ofelia running
LABEL ofelia.service=true
Expand Down
2 changes: 1 addition & 1 deletion integration/test-run-exec/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run this with: docker compose up --build --exit-code-from sleep1
services:
sleep1:
image: &alpine alpine:3.23.3
image: &alpine alpine:3.24.1
command: sleep ${SLEEP_FOR:-15}
environment:
OUTPUT_FILE: ${EXEC_OUTPUT_FILE:-sleep.txt}
Expand Down