Compare commits

...

3 commits

Author SHA1 Message Date
6015568942 Update docker/build-push-action action to v5 2024-01-14 00:00:50 +00:00
befb975606 Merge pull request 'Update debian:12.4-slim Docker digest to d6a343a' (#47) from renovate/debian-12.4-slim into main
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 4m11s
Reviewed-on: #47
2024-01-14 00:00:36 +00:00
d8432b6cd1 Update debian:12.4-slim Docker digest to d6a343a 2024-01-11 03:00:33 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: |

View file

@ -1,4 +1,4 @@
FROM debian:12.4-slim@sha256:45287d89d96414e57c7705aa30cb8f9836ef30ae8897440dd8f06c4cff801eec
FROM debian:12.4-slim@sha256:d6a343a9b7faf367bd975cadb5c9af51874a8ecf1a2b2baa96877d578ac96722
ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"