chore(deps): update golang docker tag to v1.22

This commit is contained in:
renovate[bot] 2024-02-07 07:31:02 +00:00 committed by GitHub
parent 0cd9fd70cb
commit d1d70a5ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ COPY frontend/ ./
RUN pnpm build RUN pnpm build
# backend # backend
FROM golang:1.20-alpine as backend FROM golang:1.22-alpine as backend
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN rm -rf frontend RUN rm -rf frontend