Skip to content

Commit a0edc00

Browse files
committed
Fix source label
1 parent 95265ff commit a0edc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN git clone https://github.com/AppImage/libappimage.git && \
3939
# deployment container
4040
FROM nginx:1-alpine
4141

42-
LABEL org.opencontainers.image.source="https://github.com/AppImage/AppImageKit"
42+
LABEL org.opencontainers.image.source="https://github.com/AppImage/docs.appimage.org"
4343

4444
COPY docker/nginx.conf /etc/nginx/
4545

0 commit comments

Comments
 (0)