game-wake-wolf commited on
Commit
62272ed
·
verified ·
1 Parent(s): 84fafde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM golang:1.20-bullseye
2
  WORKDIR /app
3
  COPY api/ ./api/
4
  COPY go.mod go.sum ./
 
1
+ FROM golang:1.23-bullseye
2
  WORKDIR /app
3
  COPY api/ ./api/
4
  COPY go.mod go.sum ./