Skip to content

Commit

Permalink
update docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Jul 3, 2024
1 parent 265ee6a commit cfb216d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Go v1.22.4 as the base image
FROM golang:1.22.4
FROM golang:1.22.5-alpine

# Create a new user in the docker image
RUN adduser --disabled-password --gecos '' gouser
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- redis

mongo:
image: mongo:7.0.9
image: mongo:7.0.12
container_name: mongo
restart: unless-stopped
env_file: .env
Expand All @@ -30,7 +30,7 @@ services:
- dbdata:/data/db

redis:
image: redis:7.2.3
image: redis:7.2.5
container_name: redis
restart: unless-stopped
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/unusualcodeorg/goserve

go 1.22.4
go 1.22.5

require (
github.com/gin-gonic/gin v1.10.0
Expand Down

0 comments on commit cfb216d

Please sign in to comment.