mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-30 18:49:46 +08:00
Docker hub use alpine linux 3.18.5
This commit is contained in:
parent
f1350c83b7
commit
f96bb39204
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM alpine:3.15 AS builder
|
FROM alpine:3.18.5 AS builder
|
||||||
RUN apk add --no-cache php83 php83-json php-phar php-zip
|
RUN apk add --no-cache php83 php83-json php-phar php-zip
|
||||||
RUN apk add --no-cache npm
|
RUN apk add --no-cache npm
|
||||||
RUN npm install -g gulp yarn
|
RUN npm install -g gulp yarn
|
||||||
|
|
Loading…
Reference in a new issue