Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 9019175

Browse files
fix(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine (#28)
* fix(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine Bumps homecentr/base from 2.0.0-alpine to 2.4.3-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * fix: Alpine packages updated Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Lukas Holota <l.holota@outlook.com>
1 parent 8291e1e commit 9019175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM homecentr/base:2.0.0-alpine
1+
FROM homecentr/base:2.4.3-alpine
22

33
LABEL maintainer="Lukas Holota <me@lholota.com>"
44

55
# Copy S6 scripts & default configs
66
COPY ./fs/ /
77

88
RUN apk add --no-cache \
9-
bind=9.14.8-r5 \
9+
bind=9.14.12-r0 \
1010
libcap=2.27-r0 \
11-
shadow=4.7-r1 && \
11+
shadow=4.8.1-r0 && \
1212
# Grant the named process to open a well-known port (1-1024) which normally requires root permissions
1313
setcap 'cap_net_bind_service=+ep' /usr/sbin/named
1414

0 commit comments

Comments
 (0)