Skip to content

Commit

Permalink
Update Dockerfile to ubuntu:noble-20241118.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Dec 26, 2024
1 parent cf6c207 commit e4a668c
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,6 +1,6 @@
# Docker environment for local development in devcontainer

FROM ubuntu:noble-20241118
FROM ubuntu:noble-20241118.1

RUN apt-get update --fix-missing && \
apt-get upgrade -y && \
Expand Down

0 comments on commit e4a668c

Please sign in to comment.