1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-07 16:23:29 -04:00

Compare commits

...

4 Commits

Author SHA1 Message Date
7000a05a61
Synapse v1.111.0
Signed-off-by: Tommy <contact@tommytran.io>
2024-07-17 16:43:17 -07:00
3bde3487cb
Synapse v1.111.0rc2
Signed-off-by: Tommy <contact@tommytran.io>
2024-07-11 20:27:01 -07:00
dependabot[bot]
d6ee2e8e80
Bump anchore/scan-action from 3 to 4 (#10)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 19:06:41 -07:00
0df17e5e4a
Synapse v1.110.0
Signed-off-by: Tommy <contact@tommytran.io>
2024-07-04 12:25:42 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
id: grype
with:
image: "ghcr.io/tommytran732/synapse"

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.110.0rc2
ARG SYNAPSE_VERSION=1.111.0
ARG PYTHON_VERSION=3.12
ARG HARDENED_MALLOC_VERSION=2024061200
ARG UID=991