Skip to content

Commit

Permalink
Dependencies updated. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nagaev authored Jun 19, 2023
1 parent d1ca7e8 commit 1451dfe
Show file tree
Hide file tree
Showing 6 changed files with 684 additions and 671 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine3.16 AS builder
FROM python:3.9-alpine3.18 AS builder

RUN apk update \
&& apk upgrade \
Expand All @@ -15,7 +15,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
COPY requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt

FROM python:3.9-alpine3.16
FROM python:3.9-alpine3.18

LABEL org.label-schema.schema-version = "1.0"
LABEL org.label-schema.name = "Stubborn"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.1] - 2023-06-18

### Changed

- Dependencies actualized.

## [1.4.0] - 2023-04-27

### Added
Expand Down
Loading

0 comments on commit 1451dfe

Please sign in to comment.