dockerfile: update to latest golang + alpine
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1-alpine3.14 AS builder
|
||||
FROM golang:1.19-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/go-groupme
|
||||
|
||||
FROM alpine:3.14
|
||||
FROM alpine:3.16
|
||||
|
||||
ENV UID=1337 \
|
||||
GID=1337
|
||||
|
Reference in New Issue
Block a user