Skip to content

Commit dde9da3

Browse files
committed
Update syntax for chown squid.conf
1 parent 9540828 commit dde9da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN dnf install -y \
1111
squid-${SQUID_VERSION}
1212

1313
COPY squid.conf /etc/squid/squid.conf
14-
RUN chown root.squid /etc/squid/squid.conf
14+
RUN chown root:squid /etc/squid/squid.conf
1515
RUN chmod 0640 /etc/squid/squid.conf
1616

1717
COPY entrypoint.sh /sbin/entrypoint.sh

0 commit comments

Comments
 (0)