From 67d8acea5876be5937bbba96fb7f68404473254b Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Wed, 19 Jul 2023 21:49:05 +0100 Subject: [PATCH] Updated version ID. --- beta/alpine-beta/Dockerfile | 2 +- build/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/alpine-beta/Dockerfile b/beta/alpine-beta/Dockerfile index 27f142b..359460a 100644 --- a/beta/alpine-beta/Dockerfile +++ b/beta/alpine-beta/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.2.1 +ENV OPENSIM_VERSION 0.9.2.2 RUN apk add --no-cache bash curl uuidgen screen RUN apk add --no-cache mono --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing diff --git a/build/latest/Dockerfile b/build/latest/Dockerfile index c17e9f8..ade31bf 100644 --- a/build/latest/Dockerfile +++ b/build/latest/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.2.1 +ENV OPENSIM_VERSION 0.9.2.2 RUN apt-get update && apt-get install -y screen uuid-runtime