Remove platform from Dockerfile
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
FROM --platform=${TARGETPLATFORM} alpine:3.13
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG BUILDPLATFORM
|
||||
FROM alpine:3.15
|
||||
|
||||
RUN apk --update add libevent openssl c-ares gettext ca-certificates pgbouncer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user