Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:0e411848b0557b0d86eedd27f9723ea192bb8a1d517a2d5a6f8174355ed3a254
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:1094d71aba5c03910a908500d8deac6795090ce93e0e9015639728207ef3bb02

VOLUME ["/etc/nginx/custom.d"]
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:0564e2254cfceb37208430c87eea88ea4945f668ce5620a672cbae07b051c5b9
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:360f43f024c05504de66535928f87fe25100a1f7016f6afd8bfc646f0ff4453f

VOLUME ["/etc/nginx/custom.d"]
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9647f0f65d3b4e6a567a95a25338f7e4fe02704bda1b5966945540084b5debf9
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:3e3f12833e1b8956608b47d30d377b94d4627821b65e086c8e8314190fdf5ee8

VOLUME ["/etc/nginx/custom.d"]
EXPOSE 8080
Expand Down