Compare commits

...

2 Commits

Author SHA1 Message Date
5e33411897 Update to latest alpine version 2022-12-20 18:10:35 +01:00
183e61a199 Remove platform from Dockerfile 2022-04-26 16:02:57 +02:00
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:edge
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