Skip to content

Commit

Permalink
Merge pull request #1595 from individual-it/fixCasing
Browse files Browse the repository at this point in the history
fix casing in docker file
  • Loading branch information
pbiering authored Oct 15, 2024
2 parents c63d00a + b6fa3c4 commit 0badab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is intended to be used apart from the containing source code tree.

FROM python:3-alpine as builder
FROM python:3-alpine AS builder

# Version of Radicale (e.g. v3)
ARG VERSION=master
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine as builder
FROM python:3-alpine AS builder

# Optional dependencies (e.g. bcrypt)
ARG DEPENDENCIES=bcrypt
Expand Down

0 comments on commit 0badab8

Please sign in to comment.