Update Dockerfile

This commit is contained in:
Aune 2023-02-13 10:34:46 +01:00 committed by GitHub
parent e1926abd86
commit e128de7e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
# FROM golang:1.19.0-bullseye
FROM ubuntu:latest
FROM golang:1.19.0-bullseye
ARG TARGETARCH
ARG TARGETOS
@ -8,10 +6,6 @@ ENV port=8282
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
RUN apt update
RUN apt upgrade
RUN apk install -y golang-go
WORKDIR /app
COPY . .