Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/base-images/Dockerfile.osmt-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:centos8.3.2011 as osmt-base
FROM oraclelinux:9 as osmt-base

LABEL Maintainer="WGU / OSN"

Expand Down
2 changes: 1 addition & 1 deletion docker/base-images/Dockerfile.osmt-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM wguopensource/osmt-base:latest as osmt-build

ENV M2_VERSION=3.8.4
ENV M2_VERSION=3.8.6
ENV M2_HOME=/usr/local/maven
ENV PATH=${M2_HOME}/bin:${PATH}

Expand Down
2 changes: 1 addition & 1 deletion docker/base-images/image_version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IMAGE_VERSION=0.0.1
IMAGE_VERSION=1.0.0