mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
Update Dockerfile
This commit is contained in:
parent
e1926abd86
commit
e128de7e3f
1 changed files with 1 additions and 7 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue