We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ba63f commit 3cc16e5Copy full SHA for 3cc16e5
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Create Release Pull Request or Publish Packages
100
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
101
- uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # @v1.4.9
+ uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
102
with:
103
publish: yarn release
104
env:
containers/widget-server/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.27.4-alpine-perl@sha256:b948629705bb94a3947846babda0a222577b1eadcc3e551bfafef47c7581666b
+FROM nginx:1.27.5-alpine-perl@sha256:113552fa0c0cbb9d049fe837303e28a6faa3c695bdfcbfb96d4196dbf5d7ec41
2
3
# Install envsubst
4
RUN apk add --no-cache gettext
0 commit comments