Skip to content

Commit aeeb487

Browse files
authored
Merge pull request #507 from damongolding/chore/go-bump
Chore/go bump
2 parents b0673ff + eed01b3 commit aeeb487

File tree

5 files changed

+173
-187
lines changed

5 files changed

+173
-187
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
1717
RUN pnpm css && pnpm js
1818

1919
# Go Builder
20-
FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS build
20+
FROM --platform=$BUILDPLATFORM golang:1.25.0-alpine AS build
2121

2222
ARG VERSION=demo
2323
ARG TARGETOS

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"autoprefixer": "^10.4.21",
2323
"date-fns": "^4.1.0",
2424
"dompurify": "^3.2.6",
25-
"esbuild": "^0.25.8",
25+
"esbuild": "^0.25.9",
2626
"htmx.org": "^2.0.6",
2727
"postcss": "^8.5.6",
2828
"postcss-cli": "^11.0.1",

0 commit comments

Comments
 (0)