mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-22 10:31:34 -05:00
Compare commits
No commits in common. "7000a05a61666ffd76857b41f8ab7de0ee3ffacb" and "db4985e784df08c1563effa72a0761fe533fdcd6" have entirely different histories.
7000a05a61
...
db4985e784
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Run Grype vulnerability scanner
|
- name: Run Grype vulnerability scanner
|
||||||
uses: anchore/scan-action@v4
|
uses: anchore/scan-action@v3
|
||||||
id: grype
|
id: grype
|
||||||
with:
|
with:
|
||||||
image: "ghcr.io/tommytran732/synapse"
|
image: "ghcr.io/tommytran732/synapse"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG SYNAPSE_VERSION=1.111.0
|
ARG SYNAPSE_VERSION=1.110.0rc2
|
||||||
ARG PYTHON_VERSION=3.12
|
ARG PYTHON_VERSION=3.12
|
||||||
ARG HARDENED_MALLOC_VERSION=2024061200
|
ARG HARDENED_MALLOC_VERSION=2024061200
|
||||||
ARG UID=991
|
ARG UID=991
|
||||||
|
Loading…
Reference in New Issue
Block a user