Skip to content

Commit

Permalink
Update Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
auto dockerfiles update committed Aug 14, 2023
1 parent 2f641c4 commit 0ad977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/yolo-coco/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.4 as files-src
FROM alpine:3.17.5 as files-src
COPY weights /yolo-coco
RUN cd yolo-coco \
&& cat yolov3.weights.aa yolov3.weights.ab yolov3.weights.ac yolov3.weights.ad yolov3.weights.ae > yolov3.weights
Expand Down

0 comments on commit 0ad977b

Please sign in to comment.