Skip to content

Commit

Permalink
Update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Aug 5, 2024
1 parent dc9151f commit 714b43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

ARG SECRET_KEY
ARG DB_HOST
Expand Down Expand Up @@ -42,7 +42,6 @@ RUN cd jwt-cpp && mkdir build && cd build && cmake .. && make && make install


# Copy the application code
# WORKDIR /app
COPY . .

# Install brcrypt
Expand Down

0 comments on commit 714b43d

Please sign in to comment.