Skip to content

Commit

Permalink
AM-71 Upgrade ubuntu version for docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ben authored and MaksymT17 committed May 7, 2024
1 parent 731b6ee commit 5a0a81d
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 @@
# Get the base Ubuntu image
FROM ubuntu:20.04
FROM ubuntu:23.04

ENV TZ=Europe/Kiev
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 5a0a81d

Please sign in to comment.