Skip to content

chore(deps): update alpine docker tag (0.3.x) #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 0.3.x
Choose a base branch
from
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.21
FROM alpine:3.22

# 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 --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}
Expand Down