Skip to content

Commit

Permalink
Merge pull request #33 from step-security/release
Browse files Browse the repository at this point in the history
use official alpine image for docker build
  • Loading branch information
shubham-stepsecurity authored Nov 19, 2024
2 parents 29c73fc + 762356b commit e32a088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: test

on:
push:
branch:
branches:
- 'main'
- 'helm-*'

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM stefanprodan/alpine-base:latest@sha256:be230171b01adc5e166899785e9419d90d1359d53a690bf72b8d34c05a1e3f6a
FROM alpine:3.12.1

RUN apk --no-cache add git
RUN apk add --no-cache ca-certificates curl bash tar jq git

COPY src/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit e32a088

Please sign in to comment.