Releases: umputun/baseimage
Releases · umputun/baseimage
Version 1.14.0
What's Changed
- Switch go image to v1.23
- Add dependabot configuration and source metadata to Dockerfiles by @paskal in #25
- Bump actions/checkout from 3 to 4 by @dependabot in #28
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #27
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #26
- Group GitHub actions updates into a single PR, clarify Dockerfiles comments, improve readme by @paskal in #29
- Bump alpine from 3.19 to 3.20 in /base.alpine by @dependabot in #30
Full Changelog: v1.13.0...v1.14.0
Version 1.13.0
Switch go image to 1.22 and update deps
v1.12.0
Switch base to alpine 3.19
Full Changelog: v1.11.1...v1.12.0
Version 1.11.1
v1.11.0
Switch to alpine 3.17 and go 1.20
Full Changelog: v1.10.1...v1.11.0
Version 1.10.0
What's Changed
- add pong server
- switch to go 1.19 and update linter and releaser
- switch base to alpine 3.16
- Fix typo in README.md by @r-ma in #21
New Contributors
Full Changelog: v1.9.2...v1.10.0
Version 1.9.1
v1.9.1 support git-less version default
Version 1.9.0
- switch go image to version 1.18
- fix init script for app image
- update versions of installed packages
Full Changelog: v.1.8.0...v1.9.0
Version 1.8.0
- bump base image for app to alpine 3.15
- add script allowing temp shell access to scratch containers
- update versions of tools in go container
Version 1.7.0
- add TZ to build image, bump base versions
- modernize go deps, bump go version
- support of multi-arch images
- add base.scratch
- add versions.sh to simplify inside and outside of CI version detection