Skip to content

Commit

Permalink
Updated Godot to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robpc committed Dec 5, 2023
1 parent 9ba908a commit 723cc50
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Dockerhub

env:
docker_repo: robpc/godot-headless
latest: 4.2
latest: 3.5.3

on:
push:
branches:
- main
- legacy
paths:
- Dockerfile
- .github/workflows/dockerhub.yml
Expand All @@ -18,7 +19,7 @@ jobs:
strategy:
matrix:
version:
- '4.2'
- '3.5.3'
exports:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG EXPORT_TEMPLATES=all
# Alias for the root image
FROM debian:stable-slim AS base

ARG GODOT_VERSION=4.2
ARG GODOT_VERSION=3.5.3

#------------------------------
# Installs packages to use wget
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ Prior versions:

Legacy versions also supported include:

- `3.5.2`, `3.5.2-all`, `latest`
- `3.5.2-desktop`
- `3.5.2-linux`
- `3.5.2-osx`
- `3.5.2-windows`
- `3.5.2-win`
- `3.5.2-win32`
- `3.5.2-win64`
- `3.5.2-uwp`
- `3.5.2-uwp32`
- `3.5.2-uwp64`
- `3.5.2-mobile`
- `3.5.2-android`
- `3.5.2-iphone`
- `3.5.2-html`
- `3.5.3`, `3.5.3-all`, `latest`
- `3.5.3-desktop`
- `3.5.3-linux`
- `3.5.3-osx`
- `3.5.3-windows`
- `3.5.3-win`
- `3.5.3-win32`
- `3.5.3-win64`
- `3.5.3-uwp`
- `3.5.3-uwp32`
- `3.5.3-uwp64`
- `3.5.3-mobile`
- `3.5.3-android`
- `3.5.3-iphone`
- `3.5.3-html`

- `3.5.2`
- `3.5.1`
Expand Down

0 comments on commit 723cc50

Please sign in to comment.