Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major docker images #309

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11-buster@sha256:c7c3d659ba0b6d1417ceaf88779199750187ebcf37c07e5dbdc9f176655ebeef
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11-buster@sha256:1a25fd0d9a00387041c72c7001b5fb82c64536ca88b8cb91c7e82dcc5771c27b

ARG USERNAME=vscode

Expand Down
2 changes: 1 addition & 1 deletion images/cloud_asset_inventory/cloudquery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cloudquery/cloudquery:3.5@sha256:37a3b6e2c0aa1fe64b5b84bf0a252ff704e52d2835074bc2941c11f7f0be5d75
FROM ghcr.io/cloudquery/cloudquery:3.5@sha256:74e14a8714b6341ecc316955549066bbcac227abb6ca3c828c0ba3f7644c74d9

COPY config.yml /app

Expand Down
Loading