mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
docker: update to Alpine 3.21
This commit is contained in:
parent
f311f323b5
commit
653003f4ed
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1-alpine3.20 AS builder
|
||||
FROM golang:1-alpine3.21 AS builder
|
||||
|
||||
RUN apk add --no-cache git ca-certificates build-base su-exec olm-dev
|
||||
|
||||
|
@ -6,7 +6,7 @@ COPY . /build
|
|||
WORKDIR /build
|
||||
RUN ./build.sh
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
ENV UID=1337 \
|
||||
GID=1337
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
ENV UID=1337 \
|
||||
GID=1337
|
||||
|
|
Loading…
Add table
Reference in a new issue