Skip to content

Commit

Permalink
Switched to Debian from Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
antkadinov committed Jul 3, 2024
1 parent 2956206 commit f7d2a84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Use the `Debian` 12.6 _bookworm_ instead of `Alpine` docker image

## [1.2.1] - 2024-07-02

### Changed
Expand Down Expand Up @@ -63,4 +67,4 @@ _First release_
[1.1.0]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0
[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-alpine3.20
FROM python:3.12.4-slim-bookworm

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Release](https://img.shields.io/github/v/release/ReasonSoftware/action-pylint)](https://github.com/ReasonSoftware/action-pylint/releases/latest)
[![Python](https://img.shields.io/badge/python-3.12.4-greenyellow.svg)](https://www.python.org/downloads/release/python-3124/)
[![Pylint](https://img.shields.io/badge/pylint-3.2.5-blue.svg)](https://pypi.org/project/pylint/)
[![Alpine](https://img.shields.io/badge/alpine-3.20-lightblue.svg)](https://hub.docker.com/_/alpine)
[![Debian](https://img.shields.io/badge/debian-12.6-purple.svg)](https://www.debian.org/releases/bookworm/)
[![Docker Pulls](https://img.shields.io/docker/pulls/reasonsoftware/action-pylint)](https://hub.docker.com/r/reasonsoftware/action-pylint)
[![License](https://img.shields.io/github/license/ReasonSoftware/action-pylint)](LICENSE.md)

Expand Down

0 comments on commit f7d2a84

Please sign in to comment.