2 Commits

Author SHA1 Message Date
dependabot[bot]
62aa4d4d4e Bump library/gcc from 14.2.0 to 15.1.0 in the docker group (#73) 2025-05-07 09:43:27 +00:00
Pаramtamtām
df2468d8de Update release.yml 2025-03-14 14:02:17 +04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -76,8 +76,7 @@ jobs:
--merge \ --merge \
./helm-charts/index.yaml \ ./helm-charts/index.yaml \
./helm-charts ./helm-charts
- uses: yKicchan/generate-directory-listing-action@v1 - {uses: gacts/directory-listing@v1, with: {overwrite: true}}
with: {target: ., ignore: "**/index.html", override: true}
- name: Commit and push the changes - name: Commit and push the changes
run: | run: |
git config user.name "${{ github.actor }}" git config user.name "${{ github.actor }}"

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM docker.io/library/gcc:14.2.0 AS builder FROM docker.io/library/gcc:15.1.0 AS builder
# renovate: source=github-tags name=3proxy/3proxy # renovate: source=github-tags name=3proxy/3proxy
ARG Z3PROXY_VERSION=0.9.5 ARG Z3PROXY_VERSION=0.9.5