mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-04 15:03:02 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 525334a26a | |||
| 56ac97b15c | |||
| 59c88853de |
+1
-1
@@ -30,7 +30,7 @@ RUN go version && \
|
|||||||
# AWG TOOLS BUILDING STAGE
|
# AWG TOOLS BUILDING STAGE
|
||||||
# Base: Alpine
|
# Base: Alpine
|
||||||
#
|
#
|
||||||
FROM alpine:3.23 AS awg-tools
|
FROM alpine:3.24 AS awg-tools
|
||||||
|
|
||||||
# Install needed dependencies.
|
# Install needed dependencies.
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
@@ -12,6 +12,6 @@ sqlalchemy==2.0.51
|
|||||||
sqlalchemy_utils==0.42.1
|
sqlalchemy_utils==0.42.1
|
||||||
psycopg[binary]==3.3.4
|
psycopg[binary]==3.3.4
|
||||||
PyMySQL==1.2.0
|
PyMySQL==1.2.0
|
||||||
tzlocal==5.3.1
|
tzlocal==5.4.4
|
||||||
python-jose==3.5.0
|
python-jose==3.5.0
|
||||||
pydantic==2.13.4
|
pydantic==2.13.4
|
||||||
|
|||||||
Reference in New Issue
Block a user