Skip to content

Commit

Permalink
Use amd64 platform in Dockerfile base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 10, 2025
1 parent c774682 commit 28d84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pic-sure-api-war/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jboss/wildfly:23.0.0.Final
FROM --platform=linux/amd64 jboss/wildfly:23.0.0.Final

LABEL maintainer="avillach_lab_developers@googlegroups.com"

Expand Down

0 comments on commit 28d84d4

Please sign in to comment.