Update Docker image to Alpine 3.19

This commit is contained in:
Tulir Asokan 2023-12-08 15:02:40 +02:00
parent 345288bf0a
commit e780eb2eb6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1-alpine3.18 AS builder
FROM golang:1-alpine3.19 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 go build -o /usr/bin/mautrix-whatsapp
FROM alpine:3.18
FROM alpine:3.19
ENV UID=1337 \
GID=1337

View File

@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19
ENV UID=1337 \
GID=1337