Skip to content

Commit

Permalink
Upgrade to Nim 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Jun 10, 2024
1 parent 3fe5def commit 350e93a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy-20230916 AS nim

ARG version_nim=2.0.0
ARG version_nim=2.0.4

RUN \
apt-get update && \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN \
FROM ubuntu:jammy-20230916

# Nim Semver
ARG version_nim=2.0.0
ARG version_nim=2.0.4

# Image Metadata
ARG BUILD_VERSION
Expand Down
8 changes: 4 additions & 4 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.4 AS nim
FROM alpine:3.20.0 AS nim

ARG version_nim=2.0.0
ARG version_nim=2.0.4

RUN \
apk --no-cache add \
Expand All @@ -27,10 +27,10 @@ RUN \
sh install.sh /usr/bin


FROM alpine:3.18.4
FROM alpine:3.20.0

# Nim Semver
ARG version_nim=2.0.0
ARG version_nim=2.0.4

# Image Metadata
ARG BUILD_VERSION
Expand Down
4 changes: 2 additions & 2 deletions rootless.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy-20230916 AS nim

ARG version_nim=2.0.0
ARG version_nim=2.0.4

RUN \
apt-get update && \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN \
FROM ubuntu:jammy-20230916

# Nim Semver
ARG version_nim=2.0.0
ARG version_nim=2.0.4

# User ID & Group ID for Rootless Image User
ARG PUID=1000
Expand Down

0 comments on commit 350e93a

Please sign in to comment.