Skip to content

Commit

Permalink
Upgrade Docker Image Bases
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Jul 6, 2024
1 parent 2fe585a commit e0f2557
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble-20240530 AS nim
FROM ubuntu:noble-20240605 AS nim

ARG version_nim=2.0.8

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN \
bash install.sh /usr/bin


FROM ubuntu:noble-20240530
FROM ubuntu:noble-20240605

# Nim Semver
ARG version_nim=2.0.8
Expand Down
4 changes: 2 additions & 2 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.0 AS nim
FROM alpine:3.20.1 AS nim

ARG version_nim=2.0.8

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN \
sh install.sh /usr/bin


FROM alpine:3.20.0
FROM alpine:3.20.1

# Nim Semver
ARG version_nim=2.0.8
Expand Down
4 changes: 2 additions & 2 deletions rootless.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble-20240530 AS nim
FROM ubuntu:noble-20240605 AS nim

ARG version_nim=2.0.8

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN \
bash install.sh /usr/bin


FROM ubuntu:noble-20240530
FROM ubuntu:noble-20240605

# Nim Semver
ARG version_nim=2.0.8
Expand Down

0 comments on commit e0f2557

Please sign in to comment.