From b20b4aec116c0981abef10bbf79bf873cb977589 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 14 Oct 2024 09:21:17 -0400 Subject: [PATCH] point to latest alpine in example --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 781b7aa..4a2c254 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ A list of linuxserver.io supported applications is located [HERE](https://github Included in these base images is a simple [Openbox DE](http://openbox.org/) and the accompanying logic needed to launch a single application. Lets look at the bare minimum needed to create an application container starting with a Dockerfile: ``` -FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318 +FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320 RUN apk add --no-cache firefox COPY /root / ``` diff --git a/readme-vars.yml b/readme-vars.yml index e4f6968..af32829 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -84,7 +84,7 @@ full_custom_readme: | Included in these base images is a simple [Openbox DE](http://openbox.org/) and the accompanying logic needed to launch a single application. Lets look at the bare minimum needed to create an application container starting with a Dockerfile: ``` - FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318 + FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320 RUN apk add --no-cache firefox COPY /root / ```