mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
fix: bump to Go 1.23.6 (#516)
* chore(deps): bump to go1.23.6 * go work sync * sync * test(swarm): do not close channel to prevent log after test end * bump caddy version dockerfile
This commit is contained in:
@@ -24,7 +24,7 @@ docker build https://github.com/sablierapp/sablier.git#v1.8.3:plugins/caddy -t c
|
||||
### By updating your Caddy Dockerfile
|
||||
|
||||
```Dockerfile
|
||||
ARG CADDY_VERSION=2.8.4
|
||||
ARG CADDY_VERSION=2.9.1
|
||||
FROM caddy:${CADDY_VERSION}-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
|
||||
Reference in New Issue
Block a user