Skip to content

Commit f8218a9

Browse files
authored
Bump openssl to 3.3.0 (#237)
* Bump openssl to 3.3.0 * update Ubuntu version for riscv * update Ubuntu version for all test images
1 parent a3d94a4 commit f8218a9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-src"
3-
version = "300.2.3+3.2.1"
3+
version = "300.3.0+3.3.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

ci/docker/aarch64-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/aarch64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/arm-linux-androideabi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/arm-unknown-linux-gnueabi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/i686-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/i686-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/x86_64-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

ci/docker/x86_64-pc-windows-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update -y && apt-get install -y --no-install-recommends \
44
ca-certificates \

0 commit comments

Comments
 (0)