Bothen commited on
Commit
d92f731
·
verified ·
1 Parent(s): 50542e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM golang:1.22 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.23 AS builder
2
  WORKDIR /build
3
  RUN apt install -y git && \
4
  git clone https://github.com/OwO-Network/DeepLX.git