Skip to content

Commit

Permalink
chore(Dockerfile): update to Godot v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jun 3, 2024
1 parent 3b61a8d commit 2f640ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM archlinux:base-devel
LABEL org.opencontainers.image.title="OpenGamepadUI Builder"
LABEL org.opencontainers.image.description="Build container for OpenGamepadUI"
LABEL org.opencontainers.image.source="https://github.com/ShadowBlip/OpenGamepadUI"
LABEL org.opencontainers.image.version="4.2.1"
LABEL org.opencontainers.image.version="4.2.2"

RUN sed -i '/ParallelDownloads/s/^#//g' /etc/pacman.conf

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN pacman --noconfirm -Syyu && pacman -S --needed --noconfirm \
jq

# Download and install the appropriate version of Godot
ARG GODOT_VERSION=4.2.1
ARG GODOT_VERSION=4.2.2
ARG GODOT_RELEASE=stable
RUN mkdir /tmp/godot && \
wget -q https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${GODOT_RELEASE}/Godot_v${GODOT_VERSION}-${GODOT_RELEASE}_linux.x86_64.zip -O /tmp/godot/godot.zip && \
Expand Down

0 comments on commit 2f640ee

Please sign in to comment.