Skip to content

Commit

Permalink
Use alpine 3.21 for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Dec 7, 2024
1 parent 1a13135 commit 7f92543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM alpine:3.17 AS builder
FROM --platform=$TARGETPLATFORM alpine:3.21 AS builder
ARG TARGETPLATFORM
WORKDIR /tmp/hurl-docker
COPY . /tmp/hurl-docker
Expand Down

0 comments on commit 7f92543

Please sign in to comment.