Skip to content

Commit

Permalink
move to alpine 3.19, fixes #473 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRoppelt authored Jan 19, 2024
1 parent 0982562 commit 9f92660
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
FROM alpine:3.19

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.18
image: alpine:3.19
os: alpine-linux

windows:
Expand Down

0 comments on commit 9f92660

Please sign in to comment.