Skip to content

Commit

Permalink
fix(github-safe-settings): safe-settings version env
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels committed Aug 1, 2023
1 parent 2b040ee commit b1d9198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/github-safe-settings/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ARG SAFE_SETTINGS_VERSION="2.0.24-rc.4"

FROM node:lts-alpine3.17

ENV SAFE_SETTINGS_VERSION=${SAFE_SETTINGS_VERSION}

RUN apk add --no-cache \
git

Expand Down

0 comments on commit b1d9198

Please sign in to comment.