Skip to content

Commit

Permalink
Bump Alpine version to 3.20 to fix the Busybox Vulnerabilities in 3.19 (
Browse files Browse the repository at this point in the history
  • Loading branch information
vinrk authored Jun 10, 2024
1 parent 11e9a04 commit c4da73f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 11/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 11/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 17/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 21/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 22/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion 8/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

FROM alpine:3.19
FROM alpine:3.20

ENV JAVA_HOME /opt/java/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion config/hotspot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configurations:
alpine-linux:
- directory: alpine
architectures: [aarch64, x64]
image: alpine:3.19
image: alpine:3.20
os: alpine-linux

windows:
Expand Down

0 comments on commit c4da73f

Please sign in to comment.