Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent f493be9 commit 7f382dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/openjdk-11-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ubuntu:20.04
FROM ubuntu:24.04

ARG VERSION="dev"
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/openjdk-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ubuntu:20.04
FROM ubuntu:24.04
ARG VERSION="dev"

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/openjdk-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ubuntu:20.04
FROM ubuntu:24.04
ARG VERSION="dev"

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ethereum/evmtool/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ubuntu:20.04
FROM ubuntu:24.04
ARG VERSION="dev"

RUN apt-get update && \
Expand Down

0 comments on commit 7f382dd

Please sign in to comment.