Compare commits

..

1 Commits

View File

@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
FROM haskell:9.12.2 AS haskell-build
FROM haskell:9.14.1 AS haskell-build
RUN apt-get update -y
RUN apt-get upgrade -y