Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm authored Aug 9, 2024
1 parent 67d69e5 commit c4e6d52
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,4 +1,4 @@
FROM python:3.12-alpine as builder
FROM python:3.12-alpine AS builder

WORKDIR /usr/src/app

Expand All @@ -11,7 +11,7 @@ RUN pip install --user --requirement ./zwift-offline/requirements.txt
RUN pip install --user garth

FROM python:3.12-alpine
MAINTAINER zoffline <[email protected]>
LABEL maintainer="zoffline <[email protected]>"

WORKDIR /usr/src/app

Expand Down

0 comments on commit c4e6d52

Please sign in to comment.