Skip to content

Commit 9c8078f

Browse files
committed
Dockerfile.alpine: update to alpine:3.23.3; remove obsolete mesa-glapi reference
1 parent 9828cd8 commit 9c8078f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Dockerfile.alpine‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Usage:
22
## 1) docker build -t vlang_alpine - < Dockerfile.alpine
33
## 2) alias with_alpine='docker run -u 1000:1000 --rm -it -v .:/src -w /src vlang_alpine:latest'
4-
FROM alpine:3.20
4+
FROM alpine:3.23.3
55
LABEL maintainer="spytheman <spytheman@bulsynt.org>"
66
WORKDIR /opt/vlang
77
ENV PATH=/opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
@@ -15,7 +15,7 @@ RUN apk --no-cache add \
1515
libunwind-dev libunwind-static gc gc-dev \
1616
make bash file git upx tmux micro nano nano-syntax \
1717
gcc gdb wasi-sdk \
18-
mesa-dev mesa-gl mesa-gles mesa-glapi \
18+
mesa-dev mesa-gl mesa-gles \
1919
glfw-dev \
2020
glu-dev \
2121
glew-dev \

0 commit comments

Comments
 (0)