Skip to content

Commit 3a94be6

Browse files
chore(docker): update pinned Alpine packages for pre/post-compute (#17)
1 parent fbcfb85 commit 3a94be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

post-compute/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.88-alpine3.22 AS builder
22

33
# Install build dependencies with pinned versions
4-
RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.2-r0
4+
RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.3-r1
55

66
WORKDIR /app
77

pre-compute/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.88-alpine3.22 AS builder
22

33
# Install build dependencies with pinned versions
4-
RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.2-r0
4+
RUN apk add --no-cache musl-dev=1.2.5-r10 openssl-dev=3.5.3-r1
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)