diff options
| author | Fuwn <[email protected]> | 2026-02-08 01:21:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-08 01:21:02 -0800 |
| commit | b0d93a44df7a2510709daa773f1a29189370befe (patch) | |
| tree | d426ce9718bd478fffcca7a7842ec4944332a8cc /services/worker/Dockerfile | |
| parent | fix: clicking notifications button while panel is open now correctly dismisse... (diff) | |
| download | asa.news-b0d93a44df7a2510709daa773f1a29189370befe.tar.xz asa.news-b0d93a44df7a2510709daa773f1a29189370befe.zip | |
fix: update worker Dockerfile to Go 1.24 to match go.mod requirement
Diffstat (limited to 'services/worker/Dockerfile')
| -rw-r--r-- | services/worker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/worker/Dockerfile b/services/worker/Dockerfile index 59678ff..dd85a8c 100644 --- a/services/worker/Dockerfile +++ b/services/worker/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-bookworm AS builder +FROM golang:1.24-bookworm AS builder WORKDIR /build |