Skip to content

Commit

Permalink
Bump python from 3.9.4-slim-buster to 3.9.5-slim-buster
Browse files Browse the repository at this point in the history
Bumps python from 3.9.4-slim-buster to 3.9.5-slim-buster.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2021
1 parent da47f4e commit f55ce04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.4-slim-buster as base
FROM python:3.9.5-slim-buster as base

# Setup env
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm/v7 python:3.7.10-slim-buster as base
FROM --platform=linux/arm/v7 python:3.9.5-slim-buster as base

# Setup env
ENV LANG C.UTF-8
Expand Down

0 comments on commit f55ce04

Please sign in to comment.