Skip to content

Commit

Permalink
Update aptly to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 17, 2025
1 parent fe5dc12 commit b57fdf5
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

Check warning on line 1 in aptly/Dockerfile

View workflow job for this annotation

GitHub Actions / build / package

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

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 b57fdf5

Please sign in to comment.