Skip to content

Commit

Permalink
Merge pull request #17 from italia/fix/16-update-apache-http-server
Browse files Browse the repository at this point in the history
Issue 16 - Aggiornamento Ubuntu da 20.04 a 22.04
  • Loading branch information
amusarra authored Jan 16, 2022
2 parents 5be5301 + ac45b0d commit ccebee4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Folders
.vscode/
.vscode/
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Tutte le modifiche importanti a questo progetto saranno documentate in questo fi
Il formato è basato su [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
e questo progetto aderisce a [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2022-01-16
### Changed
- Aggiornamento versione di Ubunto da 20.04 a 22.04

## [2.1.0] - 2021-08-05
### Changed
- Rinnovo certificato SSL via ZeroSSL
Expand Down
4 changes: 2 additions & 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

# Metadata params
ARG BUILD_DATE
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN apt update \
&& apt install -y apache2 \
&& apt install -y ca-certificates \
&& apt install -y php libapache2-mod-php \
&& apt install -y python \
&& apt install -y python2 \
&& apt install -y cron \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MIT License

Apache 2.4 per SmartCard TS-CNS (Tessera Sanitaria - Carta Nazionale Servizi)

Copyright (c) 2021 Antonio Musarra's Blog - https://www.dontesta.it
Copyright (c) 2022 Antonio Musarra's Blog - https://www.dontesta.it

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion scripts/parse-gov-certs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# Copyright (C) Marco Trevisan
#
Expand Down

0 comments on commit ccebee4

Please sign in to comment.