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

fix(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine #28

Merged
merged 2 commits into from
Jun 23, 2020
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM homecentr/base:2.0.0-alpine
FROM homecentr/base:2.4.3-alpine

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

# Copy S6 scripts & default configs
COPY ./fs/ /

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

Expand Down