Skip to content

Commit

Permalink
Update aptly to 1.6.1 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 17, 2025
1 parent fe5dc12 commit 96c0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptly/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1 as builder

RUN git clone --branch v1.6.0 https://github.com/aptly-dev/aptly.git && \
RUN git clone --branch v1.6.1 https://github.com/aptly-dev/aptly.git && \
cd aptly && \
make build

Expand Down

0 comments on commit 96c0fe3

Please sign in to comment.