Skip to content

Commit

Permalink
SRVLOGIC-329: Update prod files that are using latest tag to 1.33.0 t…
Browse files Browse the repository at this point in the history
…ag (#62)
  • Loading branch information
domhanak authored Jun 11, 2024
1 parent 5b4ab16 commit 3cf4686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
DEFAULT_WORKFLOW_EXTENSION: .sw.json
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:latest
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.33.0
AS builder\n\n# variables that can be overridden by the builder\n# To add a Quarkus
extension to your application\nARG QUARKUS_EXTENSIONS\n# Args to pass to the Quarkus
CLI add extension command\nARG QUARKUS_ADD_EXTENSION_ARGS\n# Additional java/mvn
Expand Down
2 changes: 1 addition & 1 deletion config/manager/prod/SonataFlow-Builder.containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:latest AS builder
FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.33.0 AS builder

# variables that can be overridden by the builder
# To add a Quarkus extension to your application
Expand Down

0 comments on commit 3cf4686

Please sign in to comment.