Skip to content

Commit ce1cdf9

Browse files
authored
Update Dockerfile
1 parent c219063 commit ce1cdf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ RUN mkdir -p /opt/src/pgloader/build/bin && \
3434

3535
FROM debian:stable-slim
3636

37+
LABEL maintainer=Roxedus
38+
3739
RUN apt-get update && \
3840
apt-get install -y --no-install-recommends \
3941
curl \
@@ -48,4 +50,4 @@ RUN apt-get update && \
4850

4951
COPY --from=builder /opt/src/pgloader/build/bin/pgloader /usr/local/bin
5052

51-
ENTRYPOINT [ "pgloader" ]
53+
ENTRYPOINT [ "pgloader" ]

0 commit comments

Comments
 (0)