Skip to content

Commit

Permalink
Bump python from 3.11.10-alpine3.19 to 3.11.11-alpine3.19
Browse files Browse the repository at this point in the history
Bumps python from 3.11.10-alpine3.19 to 3.11.11-alpine3.19.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and robertknight committed Jan 6, 2025
1 parent 0a253c6 commit 94e442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yarn install --immutable
RUN yarn build

# Stage 2: Build the rest of the app using build output from Stage 1.
FROM python:3.11.10-alpine3.19
FROM python:3.11.11-alpine3.19
LABEL authors="Hypothes.is Project and contributors"

# Install system build and runtime dependencies.
Expand Down

0 comments on commit 94e442d

Please sign in to comment.