Skip to content

Commit

Permalink
update docker.image flag default images
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Dec 20, 2024
1 parent 595caf0 commit b964f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ rec {

# docker images to use in various spots
images = [
"alpine:3.20"
"alpine:3.21"
"ubuntu:24.04"
"almalinux:8.10"
"almalinux:9.5"
"ghcr.io/jpetrucciani/foundry-nix:latest"
"ghcr.io/jpetrucciani/python-3.11:latest"
"ghcr.io/jpetrucciani/python-3.12:latest"
Expand All @@ -277,6 +277,7 @@ rec {
"node:22"
"python:3.11"
"python:3.12"
"python:3.13"
"nicolaka/netshoot:latest"
];
aws = {
Expand Down

0 comments on commit b964f6b

Please sign in to comment.