Fix Dockerfile images?
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 26s

This commit is contained in:
Braydon 2024-09-08 16:28:01 -04:00
parent 210d1c43d1
commit ca4f393859

@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM 3.9.9-eclipse-temurin-21-alpine AS builder
FROM maven:3.9.9-eclipse-temurin-21-alpine AS builder
# Set the working directory
WORKDIR /home/container