Skip to content

Commit 335ec9e

Browse files
authored
toil(projecthub): update ubuntu image (#259)
Update the Docker image in projecthub from focal to jammy
1 parent 2120958 commit 335ec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projecthub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ELIXIR_VERSION=1.12.3
22
ARG OTP_VERSION=24.3.4.13
3-
ARG UBUNTU_VERSION=focal-20230126
3+
ARG UBUNTU_VERSION=jammy-20230126
44

55
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
66
ARG RUNNER_IMAGE="ubuntu:${UBUNTU_VERSION}"

0 commit comments

Comments
 (0)