Skip to content

Commit

Permalink
Update Docker image reference to semver format
Browse files Browse the repository at this point in the history
The Docker image reference in the Dockerfile has been updated to use the semantic versioning (semver) format. This change in the major version format promotes better tracking and understanding of the changes in different versions of the Docker image.
  • Loading branch information
nbejansen committed Feb 6, 2024
1 parent b81862f commit 4fa4984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/sitepilot/runtime:v1 AS proxy
FROM ghcr.io/sitepilot/runtime:1

ARG TARGETARCH
ARG DOCKERGEN_VERSION=0.10.6
Expand Down

0 comments on commit 4fa4984

Please sign in to comment.