Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(docker): switch to heroku base image
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Sep 16, 2023
1 parent 012019a commit 31f8607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
FROM heroku/heroku:22


ARG PMD_VERSION=6.48.0
ARG SFPOWERSCRIPTS_VERSION=alpha
ARG SF_CLI_VERSION=2.8.11
ARG BROWSERFORCE_VERSION=2.9.1
Expand All @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.documentation "https://docs.dxatscale.io/projects
LABEL org.opencontainers.image.revision $GIT_COMMIT
LABEL org.opencontainers.image.vendor "DX@Scale"
LABEL org.opencontainers.image.source "https://github.com/dxatscale/sfpowerscripts"
LABEL org.opencontainers.image.title "DX@Scale sfpowercripts docker image - July 23"
LABEL org.opencontainers.image.title "DX@Scale sfpowercripts docker image - August 23"


ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 31f8607

Please sign in to comment.