Browse Source

bug fix

Former-commit-id: a7ad691c87
pull/332/head
zhangwei 1 year ago
parent
commit
87ce5097b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.20 AS builder

WORKDIR /app
COPY . .


Loading…
Cancel
Save