mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-09 11:21:32 -05:00
Compare commits
4 Commits
db4985e784
...
7000a05a61
Author | SHA1 | Date | |
---|---|---|---|
7000a05a61 | |||
3bde3487cb | |||
|
d6ee2e8e80 | ||
0df17e5e4a |
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@v3
|
uses: anchore/scan-action@v4
|
||||||
id: grype
|
id: grype
|
||||||
with:
|
with:
|
||||||
image: "ghcr.io/tommytran732/synapse"
|
image: "ghcr.io/tommytran732/synapse"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG SYNAPSE_VERSION=1.110.0rc2
|
ARG SYNAPSE_VERSION=1.111.0
|
||||||
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