Skip to content

Commit

Permalink
use alpine baseimage instead of python:alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed May 28, 2024
1 parent c0c3518 commit 7b52991
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tools/px_uploader.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.14
FROM alpine:3.20

ARG saluki_fpga_directory
ARG SALUKI_FILE_INFO_JSON=saluki_file_info.json
Expand All @@ -17,7 +17,6 @@ RUN apk add pigz jq
# dependency of px_uploader.py
RUN pip3 install --user pyserial

ADD px4-firmware/Tools/px_uploader.py /bin/
ADD px4-firmware/Tools/px_uploader.entrypoint /entrypoint.sh

# copy /bin/* -> /firmware/*
Expand Down

0 comments on commit 7b52991

Please sign in to comment.