Skip to content

Commit

Permalink
Update Hentai@Home to 1.6.3 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-KE authored May 16, 2024
1 parent 5fd32af commit becae9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS builder

ENV HatH_VERSION 1.6.2
ENV HatH_SHA256 bb21adeb38e48aeb1892b5cbe603bfeea2c1d653c3d9fafc9e1b336ec0d32dda
ENV HatH_VERSION 1.6.3
ENV HatH_SHA256 55c4360fc3d635e86e08e87aebcda97aecbda3102279d41d753e7452da7c958f

RUN apk --no-cache add unzip \
&& mkdir -p /hath \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_i386
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS builder

ENV HatH_VERSION 1.6.2
ENV HatH_SHA256 bb21adeb38e48aeb1892b5cbe603bfeea2c1d653c3d9fafc9e1b336ec0d32dda
ENV HatH_VERSION 1.6.3
ENV HatH_SHA256 55c4360fc3d635e86e08e87aebcda97aecbda3102279d41d753e7452da7c958f

RUN apk --no-cache add unzip \
&& mkdir -p /hath \
Expand Down

0 comments on commit becae9d

Please sign in to comment.