Update Docker image to Alpine 3.16

This commit is contained in:
Tulir Asokan
2022-07-08 22:14:41 +03:00
parent 573c5dd33e
commit 08a21feea8
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-discord
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