Skip to content

Commit 8e892ab

Browse files
authored
Merge pull request #1168 from thunderstore-io/update-python-dockerfile
Update python version in Dockerfile
2 parents 2530f73 + d215a74 commit 8e892ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN yarn install --frozen-lockfile
66
COPY ./builder /app
77
RUN yarn run build
88

9-
FROM python:3.8-slim-buster@sha256:2516c4bc037b8144b6104e73e6bdd0c861725d9ed7bd05095dded22842991508
9+
FROM python:3.8-slim-bullseye@sha256:e191a71397fd61fbddb6712cd43ef9a2c17df0b5e7ba67607128554cd6bff267
1010

1111
LABEL org.opencontainers.image.source="https://github.com/thunderstore-io/Thunderstore"
1212

0 commit comments

Comments
 (0)