Skip to content

Commit ba957ed

Browse files
authored
Upgrade OpenSSL to 3.4.1 (#623)
1 parent 90bce17 commit ba957ed

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

containers/buildUbuntu311.docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN curl -L https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VERS
6868

6969
COPY ./tools/* /tools/
7070

71-
RUN [ "/tools/install.sh", "3.4", "0" ]
71+
RUN [ "/tools/install.sh", "3.4", "1" ]
7272

7373
COPY ./scripts /scripts
7474

containers/buildUbuntu311.docker/Dockerfile.x86-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN curl -L https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VERS
6868

6969
COPY ./tools/* /tools/
7070

71-
RUN [ "/tools/install.sh", "3.4", "0" ]
71+
RUN [ "/tools/install.sh", "3.4", "1" ]
7272

7373
COPY ./scripts /scripts
7474

containers/buildUbuntuDevel.docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ COPY --from=openmp /opt/omp /opt/omp
136136

137137
COPY ./tools/* /tools/
138138

139-
RUN [ "/tools/install.sh", "3.4", "0" ]
139+
RUN [ "/tools/install.sh", "3.4", "1" ]
140140

141141
COPY ./scripts /scripts
142142

containers/buildUbuntuDevel.docker/Dockerfile.x86-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ COPY --from=openmp /opt/omp /opt/omp
135135

136136
COPY ./tools/* /tools/
137137

138-
RUN [ "/tools/install.sh", "3.4", "0" ]
138+
RUN [ "/tools/install.sh", "3.4", "1" ]
139139

140140
COPY ./scripts /scripts
141141

helper.linux.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ else
2222
end
2323

2424
set -gx UBUNTUBUILDIMAGE_312_NAME arangodb/ubuntubuildarangodb-devel
25-
set -gx UBUNTUBUILDIMAGE_312_TAG 11
25+
set -gx UBUNTUBUILDIMAGE_312_TAG 12
2626
set -gx UBUNTUBUILDIMAGE_312 $UBUNTUBUILDIMAGE_312_NAME:$UBUNTUBUILDIMAGE_312_TAG-$UBUNTUBUILDIMAGE_TAG_ARCH
2727

2828
set -gx UBUNTUBUILDIMAGE_311_NAME arangodb/ubuntubuildarangodb-311
29-
set -gx UBUNTUBUILDIMAGE_311_TAG 1
29+
set -gx UBUNTUBUILDIMAGE_311_TAG 2
3030
set -gx UBUNTUBUILDIMAGE_311 $UBUNTUBUILDIMAGE_311_NAME:$UBUNTUBUILDIMAGE_311_TAG-$UBUNTUBUILDIMAGE_TAG_ARCH
3131

3232
set -gx UBUNTUPACKAGINGIMAGE arangodb/ubuntupackagearangodb-$ARCH:1

0 commit comments

Comments
 (0)