Skip to content

Commit 470cf36

Browse files
authored
Merge pull request #4 from dovetailworld/upgrade/alpine-3.22.2
Update alpine
2 parents 61e7e98 + 3089fdb commit 470cf36

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.hadolint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These errors are ignored as fixing them might cause endesired behaviour when creating the image.
2+
ignored:
3+
- DL3013
4+
- DL3018
5+

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.22.2
22

33
# This hack is widely applied to avoid python printing issues in docker containers.
44
# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
@@ -13,4 +13,4 @@ RUN echo "**** install Python ****" && \
1313
python -m ensurepip && \
1414
rm -r /usr/lib/python*/ensurepip && \
1515
if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && \
16-
pip install --no-cache --upgrade pip setuptools wheel
16+
pip install --no-cache-dir --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)