Remove platform from Dockerfile

This commit is contained in:
2022-04-26 16:02:57 +02:00
parent b1502ceeb5
commit 183e61a199
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

View File

@@ -1,7 +1,4 @@
FROM --platform=${TARGETPLATFORM} alpine:3.13 FROM alpine:3.15
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN apk --update add libevent openssl c-ares gettext ca-certificates pgbouncer RUN apk --update add libevent openssl c-ares gettext ca-certificates pgbouncer