4 Commits
Author SHA1 Message Date
lyrathorpe 36d8bf5fcf Merge pull request 'fix(deps): update docker base image' (#21) from renovate/docker-base-image into main
Build and publish container / build (push) Successful in 12m3s
Reviewed-on: #21
2026-07-29 16:47:17 +01:00
renovate-bot 65b91ce2d0 Merge pull request 'fix(deps): update docker/login-action digest to 371161b' (#31) from renovate/docker-login-action-digest into main
Build and publish container / build (push) Skipped
2026-07-28 09:05:13 +01:00
Renovate Bot eb4f4b3650 fix(deps): update docker/login-action digest to 371161b
Build and publish container / build (push) Skipped
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (pull_request) Successful in 2m48s
2026-07-28 08:02:12 +00:00
Renovate Bot 4aadc00b10 fix(deps): update docker base image
renovate/stability-days Updates have not met minimum release age requirement
Build and publish container / build (push) Skipped
Build and publish container / build (pull_request) Successful in 7m1s
2026-07-27 03:02:28 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ jobs:
- name: Log in to the Gitea container registry - name: Log in to the Gitea container registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
+1 -1
View File
@@ -1,7 +1,7 @@
# Lightweight, non-root nginx serving the static site. # Lightweight, non-root nginx serving the static site.
# Runs as user "nginx" and listens on 8080, ready to sit behind an # Runs as user "nginx" and listens on 8080, ready to sit behind an
# external reverse proxy that terminates TLS and forwards requests. # external reverse proxy that terminates TLS and forwards requests.
FROM nginxinc/nginx-unprivileged:1.31-alpine-slim@sha256:762e8e4e5e103817c4158400fc3753c8e713ff8153b8c3afbb458ae4572bc9a3 FROM nginxinc/nginx-unprivileged:1.31-alpine-slim@sha256:22f839c5fb4007dc24d203a170a9e03fc185d660bfefc34ac6823a7aef085cbc
COPY default.conf /etc/nginx/conf.d/default.conf COPY default.conf /etc/nginx/conf.d/default.conf
COPY --chown=nginx:nginx index.html styles.css script.js messages.js /usr/share/nginx/html/ COPY --chown=nginx:nginx index.html styles.css script.js messages.js /usr/share/nginx/html/