Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.migrations-test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion server/static/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions server/static/go.sum
Original file line number Diff line number Diff line change
@@ -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=
Loading