diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-10 22:22:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 22:22:25 -0500 |
| commit | def5efdef67edf18ae5abb5efc2c64ef4a8c3d3f (patch) | |
| tree | 876c5ed85a9070b4d743b2aa29f72eda12fcae7e /.docker/app/Dockerfile | |
| parent | 46e0d6e1efa04c8905b4f8d016512125464a5732 (diff) | |
| parent | 42551bd2577c7e257a4fc2496c309a40bc6ff7eb (diff) | |
Merge pull request #36 from tt-rss/feature/more-dependabot
More Dependabot (Docker, GitHub actions)
Diffstat (limited to '.docker/app/Dockerfile')
| -rw-r--r-- | .docker/app/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 09535eeee..4abd0f3cd 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -1,6 +1,5 @@ -ARG PROXY_REGISTRY +FROM alpine:3.22.2 -FROM ${PROXY_REGISTRY}alpine:3.22 EXPOSE 9000/tcp ARG ALPINE_MIRROR |