Skip to content

Commit a407bea

Browse files
matsch82Matthias Schaff
andauthored
chore: update alpine version to 3.20 and ensure openssl-dev is included (#1608)
fixes devcontainer build issue with alpine 3.19, which is not available anymore Co-authored-by: Matthias Schaff <[email protected]>
1 parent eb7c65e commit a407bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile.alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG alpine_version=alpine3.19
2+
ARG alpine_version=alpine3.20
33
ARG rust_version=1.85.0
44
FROM rust:${rust_version}-${alpine_version}
55

@@ -15,6 +15,7 @@ RUN apk add --no-cache \
1515
pkgconf \
1616
musl-dev \
1717
# developer dependencies
18+
openssl-dev \
1819
libunwind-dev \
1920
pulseaudio-dev \
2021
portaudio-dev \

0 commit comments

Comments
 (0)