Update Docker image to Alpine 3.16

This commit is contained in:
Tulir Asokan 2022-07-06 18:48:30 +03:00
parent 152f5a57b5
commit a548fd7174
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1-alpine3.15 AS builder
FROM golang:1-alpine3.16 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.15
FROM alpine:3.16
ENV UID=1337 \
GID=1337

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
ENV UID=1337 \
GID=1337