Bothen commited on
Commit
77195e2
·
verified ·
1 Parent(s): d92f731

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM golang:1.23 AS builder
2
  WORKDIR /build
3
  RUN apt install -y git && \
4
  git clone https://github.com/OwO-Network/DeepLX.git
 
1
+ FROM golang:1.24 AS builder
2
  WORKDIR /build
3
  RUN apt install -y git && \
4
  git clone https://github.com/OwO-Network/DeepLX.git