Skip to content

Commit 83e2773

Browse files
authored
fix(molecule): Ubuntu 20.04 EOL is May 31st, 2025. (#519)
1 parent ccbc1ed commit 83e2773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platforms:
2222
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2323
cgroupns_mode: host
2424
privileged: true
25-
- name: ubuntu-20-04 # EOL 2025-04-02
25+
- name: ubuntu-20-04 # EOL 2025-05-31
2626
image: dokken/ubuntu-20.04:latest
2727
override_command: false
2828
volumes:

0 commit comments

Comments
 (0)