Skip to content

Commit

Permalink
Update default value for Docker build arg PLONE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 12, 2025
1 parent bbcf409 commit 99f9f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PLONE_VERSION=6.1.0b1
ARG PLONE_VERSION=6.1.0
FROM plone/server-builder:${PLONE_VERSION} AS builder

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.acceptance
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PLONE_VERSION=6.1.0b1
ARG PLONE_VERSION=6.1.0
FROM plone/server-builder:${PLONE_VERSION} AS builder

WORKDIR /app
Expand Down

0 comments on commit 99f9f64

Please sign in to comment.