Skip to content

Commit

Permalink
consistent latest docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
halil-kalyoncu committed Oct 13, 2023
1 parent f071859 commit 6abddf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adminer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bookworm

RUN apt update && apt install -y \
curl \
Expand Down
2 changes: 1 addition & 1 deletion nestjs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#################
## DEVELOPMENT ##
#################
FROM node:lts-buster AS development
FROM node:18-alpine AS development

WORKDIR /pong_game/src/app

Expand Down
2 changes: 1 addition & 1 deletion vue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine AS development
FROM node:18-alpine AS development

WORKDIR /pong_game/frontend/src/app

Expand Down

0 comments on commit 6abddf1

Please sign in to comment.