Skip to content

Commit

Permalink
Merge branch 'main' into OPS-441-initial-page-and-combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
johndeange committed Aug 8, 2024
2 parents ee5cb9e + 023fdd5 commit a2e49ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@036a5236741fd24c89eea80d1b76179e8e5f9214 # tag: v4.3.0
uses: actions/setup-python@80b49d3ed89312896dbdcbefc2ddb159c7f8ca43 # tag: v4.3.0
with:
python-version: '3.12'
cache: pipenv
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun@sha256:6ef2dbe201b16194c11aa15a3db9e6fa974aee910f55d2cb597c1ce5c8a65b35
FROM oven/bun@sha256:b2334e7caf45ebdd9aaebae11932d26983c5f505b41787fb1ff7a9b54625e807
# hadolint ignore=DL3008
RUN apt-get update && apt-get -y --no-install-recommends install unzip && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN useradd -ms /bin/bash app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.azure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ---- Build Stage ----
# alpine
FROM oven/bun@sha256:6ef2dbe201b16194c11aa15a3db9e6fa974aee910f55d2cb597c1ce5c8a65b35 as build
FROM oven/bun@sha256:b2334e7caf45ebdd9aaebae11932d26983c5f505b41787fb1ff7a9b54625e807 as build
RUN apt-get update && apt-get -y install unzip=6.0-26+deb11u1 --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /home/bun/app
Expand Down

0 comments on commit a2e49ca

Please sign in to comment.