Skip to content

Commit 230a0be

Browse files
committed
Use a pinned hash for the base Docker image and bump to the latest version of Alpine
1 parent de8cc95 commit 230a0be

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
22

33
RUN apk add --no-cache bash jq python3 py3-pip
4-
RUN pip3 install --upgrade pip
5-
RUN pip3 install pygments
4+
RUN pip3 install --break-system-packages --upgrade pip & pip3 install --break-system-packages pygments
65

76
WORKDIR /opt/representer
87
COPY . .

0 commit comments

Comments
 (0)