Skip to content

Commit

Permalink
Migrate to Ubuntu 22.04 LTS release (supported through 2027) (#875)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <psfoley@gmail.com>
  • Loading branch information
psfoley committed Sep 21, 2023
1 parent 3bd32d1 commit 62b5b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# If your machine is behind a proxy, make sure you set it up in ~/.docker/config.json

FROM ubuntu:22.10
FROM ubuntu:22.04

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG INSTALL_SOURCES="yes"
Expand Down

0 comments on commit 62b5b0c

Please sign in to comment.