Skip to content

Commit 63b5f47

Browse files
chore(deps): update golang docker tag to v1.26
1 parent 0cd9fd7 commit 63b5f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY frontend/ ./
99
RUN pnpm build
1010

1111
# backend
12-
FROM golang:1.20-alpine as backend
12+
FROM golang:1.26-alpine as backend
1313
WORKDIR /app
1414
COPY . .
1515
RUN rm -rf frontend

0 commit comments

Comments
 (0)