Skip to content

Commit 897c81c

Browse files
authored
Update aptly to 1.6.2 (#104)
1 parent 41de2f7 commit 897c81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aptly/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1 AS builder
22

3-
RUN git clone --branch v1.6.1 https://github.com/aptly-dev/aptly.git && \
3+
RUN git clone --branch v1.6.2 https://github.com/aptly-dev/aptly.git && \
44
cd aptly && \
55
make build
66

0 commit comments

Comments
 (0)