diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3d0872f..5389c7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v6 - name: Build and push Docker image id: push - uses: revotale/docker-multi-arch-release-action@v1.0.5 + uses: revotale/docker-multi-arch-release-action@v1.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/docker/docker-compose.migrations-test.yml b/docker/docker-compose.migrations-test.yml index 9d82aa69..d61034cf 100644 --- a/docker/docker-compose.migrations-test.yml +++ b/docker/docker-compose.migrations-test.yml @@ -1,7 +1,7 @@ services: # PostgreSQL database for migration testing postgres: - image: postgres:18.1-alpine + image: postgres:18.3-alpine environment: - POSTGRES_USER=test - POSTGRES_PASSWORD=test diff --git a/docker/docker-compose.postgres.yml b/docker/docker-compose.postgres.yml index d686362f..e52823ef 100644 --- a/docker/docker-compose.postgres.yml +++ b/docker/docker-compose.postgres.yml @@ -37,7 +37,7 @@ services: - lovely-eye-net lovely-eye-db: - image: postgres:18.1-alpine + image: postgres:18.3-alpine environment: - POSTGRES_USER=${POSTGRES_USER:-lovely} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-lovely} diff --git a/server/static/go.mod b/server/static/go.mod index 99445d0d..781e7911 100644 --- a/server/static/go.mod +++ b/server/static/go.mod @@ -2,6 +2,6 @@ module github.com/lovely-eye/static go 1.26 -require github.com/evanw/esbuild v0.27.2 +require github.com/evanw/esbuild v0.27.3 require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect diff --git a/server/static/go.sum b/server/static/go.sum index 503b7fc4..27aa89cb 100644 --- a/server/static/go.sum +++ b/server/static/go.sum @@ -1,4 +1,4 @@ -github.com/evanw/esbuild v0.27.2 h1:3xBEws9y/JosfewXMM2qIyHAi+xRo8hVx475hVkJfNg= -github.com/evanw/esbuild v0.27.2/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= +github.com/evanw/esbuild v0.27.3 h1:dH/to9tBKybig6hl25hg4SKIWP7U8COdJKbGEwnUkmU= +github.com/evanw/esbuild v0.27.3/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=