aboutsummaryrefslogtreecommitdiff
path: root/ci/container/Dockerfile
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-13 13:51:43 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-13 13:51:43 -0400
commit7dd996ccfacf77bed1bb9d696324bce403ff0226 (patch)
tree687d77ec830c36d97c0d751265bb752f794f193a /ci/container/Dockerfile
parentf0d91ad12e3a01118357b0cbf2aabbcd7464028f (diff)
chore(app): Package updates & readme
Diffstat (limited to 'ci/container/Dockerfile')
-rw-r--r--ci/container/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile
index f8cdfa3..11da9c7 100644
--- a/ci/container/Dockerfile
+++ b/ci/container/Dockerfile
@@ -20,7 +20,7 @@ RUN task build-libs
#APP CONTAINER
#move into a clean dotnet apline lean image
-FROM mcr.microsoft.com/dotnet/runtime:8.0.3-alpine3.19-amd64 as app-cont
+FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19-amd64 as app-cont
LABEL name="vnuge/simple-bookmark"
LABEL maintainer="Vaughn Nugent <vnpublic@proton.me>"