Skip to content

Commit

Permalink
chore(deps): set base image version
Browse files Browse the repository at this point in the history
* Set the base image version for noticeable updates
* Need to check renovate will work with this version schema

Closes #41
  • Loading branch information
petersellars committed Oct 25, 2024
1 parent f0d5d50 commit 3931d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Microsoft Ubuntu 24.04 image as a base
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu-24.04
FROM mcr.microsoft.com/vscode/devcontainers/base:1.2.0-ubuntu-24.04

# Install Docker CLI Environment Variable
ARG INSTALL_DOCKER_CLI=false
Expand Down

0 comments on commit 3931d4e

Please sign in to comment.