Skip to content

Commit

Permalink
Merge pull request #30 from flighttrackr/dependabot/docker/python-3.1…
Browse files Browse the repository at this point in the history
…1.7-alpine3.18

Bump python from 3.11.6-alpine3.18 to 3.11.7-alpine3.18
  • Loading branch information
Dennis14e authored Dec 5, 2023
2 parents 154b160 + 5db5a57 commit 71a5ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder
FROM python:3.11.6-alpine3.18 AS builder
FROM python:3.11.7-alpine3.18 AS builder

ARG UPSTREAM_REMOTE
ARG UPSTREAM_BRANCH
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN rm -rf /app/mlat-client/.git*


# Release
FROM python:3.11.6-alpine3.18 AS release
FROM python:3.11.7-alpine3.18 AS release

# Workdir
WORKDIR /app
Expand Down

0 comments on commit 71a5ac5

Please sign in to comment.