Skip to content

Commit

Permalink
Update alpine Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
red-hat-konflux[bot] authored Jun 25, 2024
1 parent 92ab278 commit 6c05c2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY k8s_test.go "$TEST_ROOT"

RUN --mount=type=cache,target="/root/.cache/go-build" CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go test -tags bench,k8s -c -o collector-tests

FROM alpine:3.18
FROM alpine:3.20

ARG TEST_ROOT

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/container/alpine-curl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Taken from https://github.com/pstauffer/docker-curl/blob/40794bf1d3958068eb32e30ce55d04c7a0d8991d/Dockerfile

FROM alpine:3.8
FROM alpine:3.20

#
# Install all required dependencies.
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/container/schedule-curls/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.20

RUN apk add --update curl && \
rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/container/socat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pinned to 3.18.4, which will mean that socat 1.7.4.4 is installed
# Updating to newer versions has caused test failures in socat tests
FROM alpine:3.18.4
FROM alpine:3.20.1

RUN apk update && apk upgrade && apk add socat

Expand Down

0 comments on commit 6c05c2f

Please sign in to comment.