Skip to content

Commit

Permalink
Merge pull request #302 from kiwigrid/dependabot/docker/python-3.11.5…
Browse files Browse the repository at this point in the history
…-alpine3.18

build(deps): bump python from 3.11.4-alpine3.18 to 3.11.5-alpine3.18
  • Loading branch information
ChristianGeie committed Aug 29, 2023
2 parents 88295cc + e6ee942 commit b363d22
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
@@ -1,4 +1,4 @@
FROM python:3.11.4-alpine3.18 as base
FROM python:3.11.5-alpine3.18 as base

FROM base as builder
WORKDIR /app
Expand Down

3 comments on commit b363d22

@jekkel
Copy link
Member

@jekkel jekkel commented on b363d22 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChristianGeie If you wanted to create a new release from this merge, you missed to add an appropriate hashtag (#patch in this case) to the merge commit.

@ChristianGeie
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, i was wondering all the time why no new image is being built. Can i reopen the PR and add the hashtag retrospectively?

@jekkel
Copy link
Member

@jekkel jekkel commented on b363d22 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, it's required to be in the commit message. I think you could commit an empty commit to master containing the appropriate hashtag. I did this before, for example here: 3fc7c26

Please sign in to comment.