Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/library/python from 3.10.13-alpine3.19 to 3.13.1-alpine3.19 in /docker/datapusher-plus #2492

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/datapusher-plus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build datapusher+
FROM public.ecr.aws/docker/library/rust:alpine3.19 as cargo_build

Check warning on line 2 in docker/datapusher-plus/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Containers (./docker/datapusher-plus/Dockerfile, ./docker/datapusher-plus, false, datapushe...

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN apk add build-base linux-headers
RUN cargo install [email protected] --locked --bin qsvdp -F datapusher_plus,luau
Expand All @@ -8,7 +8,7 @@
#############################
### Build DataPusher Plus ###
#############################
FROM public.ecr.aws/docker/library/python:3.10.13-alpine3.19
FROM public.ecr.aws/docker/library/python:3.13.1-alpine3.19

# Set timezone
ENV TZ=UTC
Expand Down
Loading