Skip to content

Commit

Permalink
fix: update alpine to 3.38-r0
Browse files Browse the repository at this point in the history
Build fails when using 3.37-r0,
upgrade to 3.38-r0

Signed-off-by: Blaise Dias <[email protected]>
  • Loading branch information
blaisedias committed Oct 29, 2024
1 parent dbc28a6 commit 9f0122e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/e2e-fio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:edge
MAINTAINER openebs [email protected]

RUN apk --no-cache add \
fio=3.37-r0 gcc musl-dev
fio=3.38-r0 gcc musl-dev

ADD e2e_fio.c /
ADD liveness.c /
Expand Down
2 changes: 1 addition & 1 deletion tools/e2e-fio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# existing semantics.
set -e
IMAGE="openebs/e2e-fio"
TAG="v3.37-e2e-1"
TAG="v3.38-e2e-0"
registry=""
tag_as_latest=""

Expand Down

0 comments on commit 9f0122e

Please sign in to comment.