Skip to content

Commit

Permalink
fix: bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Sep 3, 2024
1 parent be1c5e4 commit 1fbaccc
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 568 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bump dependencies versions

## [0.16.1] - 2024-08-12
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions fs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ADD ${TOOLS_DEB} /tmp/
RUN apt-get update && \
apt-get install -y --no-install-recommends \
busybox-static=1:1.30.1-7ubuntu3 \
coreutils=8.32-4.1ubuntu1 \
bash=5.1-6ubuntu1 \
coreutils=8.32-4.1ubuntu1.2 \
bash=5.1-6ubuntu1.1 \
psmisc=23.4-2build3 \
bc=1.07.1-3build1 \
curl=7.81.0-1ubuntu1.17 \
Expand Down
Loading

0 comments on commit 1fbaccc

Please sign in to comment.