Skip to content

Commit c192248

Browse files
committed
chore(Docker): update dockerfile
1 parent 7d147bb commit c192248

File tree

5 files changed

+89
-69
lines changed

5 files changed

+89
-69
lines changed

addons/core/core.gdextension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[configuration]
22
entry_symbol = "gdext_rust_init"
3-
compatibility_minimum = 4.3
3+
compatibility_minimum = 4.4
44
reloadable = false
55

66
[libraries]

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM archlinux:base-devel
2-
LABEL org.opencontainers.image.title="OpenGamepadUI Builder"
2+
LABEL org.opencontainers.image.title="OpenGamepadUI Builder Container"
33
LABEL org.opencontainers.image.description="Build container for OpenGamepadUI"
44
LABEL org.opencontainers.image.source="https://github.com/ShadowBlip/OpenGamepadUI"
55
LABEL org.opencontainers.image.version="4.4"

0 commit comments

Comments
 (0)