Skip to content

Commit 70d6cd1

Browse files
authored
Update Dockerfile
1 parent 945394f commit 70d6cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:set ft=dockerfile:
22
ARG REPOSITORY=alpine
33
ARG TAG=3.7
4-
FROM ${REPOSITORY}:${TAG}
4+
FROM $REPOSITORY:$TAG
55

66
# alpine includes "postgres" user/group in base install
77
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh

0 commit comments

Comments
 (0)