Skip to content

Commit

Permalink
Merge remote-tracking branches 'origin/renovate/victoriametrics-victo…
Browse files Browse the repository at this point in the history
…ria-metrics-1.x', 'origin/renovate/github-codeql-action-3.x', 'origin/renovate/myrotvorets-node-build-latest' and 'origin/renovate/myrotvorets-node-min'
  • Loading branch information
myrotvorets-team committed Dec 15, 2024
5 parents 8101db9 + 6fc531f + c76532b + 7af4968 + a6de9ed commit 7af1a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- jaegerdata:/badger

victoriametrics:
image: victoriametrics/victoria-metrics:v1.107.0@sha256:b6ea7d78fb46986533439d6131b0ef3f0ddaec39270bb58c6cc2b74b3d9195d0
image: victoriametrics/victoria-metrics:v1.108.0@sha256:6a0455ed68c1877cd6d9a81b12f51ca1855ee92d34ff4645cd9d9d2a403deb32
command:
- "--storageDataPath=/storage"
- "--httpListenAddr=:8428"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
submodules: recursive

- name: Initialize CodeQL
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM myrotvorets/node-build:latest@sha256:5b811ef66c70b2d9ffb595d0480df2e5d0aa02025fa39e824475d213846663b2 AS build
FROM myrotvorets/node-build:latest@sha256:b2f7349f299902f849e229dfa704ed5e3a04f2aa7db7babf78b543abc7038ec8 AS build
USER root
WORKDIR /srv/service
RUN chown nobody:nobody /srv/service && apk add --no-cache vips-dev
Expand All @@ -13,7 +13,7 @@ COPY --chown=nobody:nobody ./src ./src
RUN npm run build -- --declaration false --removeComments true --sourceMap false
RUN npm prune --omit=dev

FROM myrotvorets/node-min@sha256:902b16bd28738964ff63535810b868d137e103e45762d4b824ce87dc91a0f04f
FROM myrotvorets/node-min@sha256:1810d7a471b7422da7053c515c109908e0f5c32de79b4f79b95d3c37e9412358
USER root
WORKDIR /srv/service
RUN chown nobody:nobody /srv/service && apk add --no-cache vips vips-cpp
Expand Down

0 comments on commit 7af1a61

Please sign in to comment.