From 4670ef266b56ee3d9af8007f7d6e9ff4b7874035 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Fri, 25 Oct 2024 14:24:54 -0500
Subject: [PATCH] switch images

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a82adf..2fbb1ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,9 +9,11 @@ stages:
 
 get-credentials:
   stage: pre-build
-  image: alpine/curl:latest
+  image: ubuntu:jammy
   variables:
     SECURE_FILES_DOWNLOAD_PATH: '.secure'
+  before_script:
+    - apt update -y && apt upgrade -y
   script:
     - echo "Copying secure file with FeBio login ..."
     - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
-- 
GitLab