Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • prosper/docker-baseimage-ubuntu
1 result
Show changes
Commits on Source (5)
## [2.1.0](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/2.0.0...2.1.0) (2022-01-21)
### 🚀 Features
* Add jq to image ([9c6e218](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/9c6e2180cd14c46b5e791f1e60e5ebc986a84748))
### Other
* **deps:** update alpine docker tag to v3.15 ([bff0edb](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/bff0edb09e97f5ed848410bd2cdd6308dcd63e19))
## [2.0.0](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.4.0...2.0.0) (2021-11-16) ## [2.0.0](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.4.0...2.0.0) (2021-11-16)
......
FROM alpine:3.14 as fetcher FROM alpine:3.15 as fetcher
# Ubuntu focal architecture # Ubuntu focal architecture
ARG FOCAL_ARCH="amd64" ARG FOCAL_ARCH="amd64"
...@@ -108,6 +108,7 @@ RUN \ ...@@ -108,6 +108,7 @@ RUN \
curl \ curl \
git \ git \
gnupg \ gnupg \
jq \
nano \ nano \
net-tools \ net-tools \
tar \ tar \
......