Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fanmingming authored Aug 25, 2024
1 parent 776691f commit e1f7f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine v3
FROM alpine:3.15 as builder
FROM alpine:latest as builder
LABEL maintainer="fanmingming"

# 安装依赖
Expand All @@ -12,7 +12,7 @@ RUN wget -O udpxy.tar.gz https://github.com/pcherenkov/udpxy/archive/refs/tags/1
&& cd udpxy-* && cd chipmunk && make && make install

# Alpine v3
FROM alpine:3.15
FROM alpine:latest
LABEL maintainer="fanmingming"

# Docker 启动
Expand Down

0 comments on commit e1f7f27

Please sign in to comment.