Skip to content

Commit

Permalink
chore(Dockerfile): ✏️ make FROM keyword uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jul 6, 2024
1 parent 204a002 commit 849ca9d
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 @@ -40,7 +40,7 @@ ARG LZ4_VERSION="1.9.4-r5"
# renovate: datasource=repology depName=alpine_3_20/linux-headers versioning=loose
ARG LINUX_HEADERS_VERSION="6.6-r0"

From python:3.12.4-alpine3.20@sha256:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03 as base
FROM python:3.12.4-alpine3.20@sha256:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03 as base

################################################################################
# BUILD BORGBACKUP FROM SOURCE USING PIP #
Expand Down

0 comments on commit 849ca9d

Please sign in to comment.