Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/app-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
id: bake
with:
files: |
./docker-bake.hcl
./apps/${{ inputs.app }}/docker-bake.hcl
cwd://${{ runner.temp }}/docker-metadata-action-bake.json
set: |
*.args.VENDOR="TrueForge"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
############## picons stage ##############
# built by https://github.com/linuxserver/picons-builder
FROM ghcr.io/trueforge-org/python:3.13.12 AS piconsstage
FROM ghcr.io/trueforge-org/python:3.14.4 AS piconsstage
USER root
RUN tar czf /picons.tar.bz2 -T /dev/null

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.