From 705c8cb923f12004d5957929e9bfe4930af704bf Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Fri, 27 Dec 2024 19:47:09 +0000 Subject: [PATCH] Changed env format. --- beta/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/alpine/Dockerfile b/beta/alpine/Dockerfile index 69e9dcd..9a1f441 100644 --- a/beta/alpine/Dockerfile +++ b/beta/alpine/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="code@soupbowl.io" LABEL org.opencontainers.image.source="https://github.com/soup-bowl/opensimulator-docker" LABEL org.opencontainers.image.licenses="MIT" -ENV OPENSIM_VERSION 0.9.3.0 +ENV OPENSIM_VERSION=0.9.3.0 RUN apk add --no-cache bash curl dotnet8-runtime screen uuidgen